summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-05-17 10:43:03 -0400
committerTim Graham <timograham@gmail.com>2018-05-17 10:43:03 -0400
commit1cbd3d7874a4887fa2a6d7ef582defc388429b97 (patch)
tree435bcda4a2c8224330bdb274109e2e9654d842b4 /docs/releases/2.1.txt
parent63de263e030d2a3fd7ff62ae9bc809a5572d351a (diff)
Removed empty sections from 2.1 release notes.
Diffstat (limited to 'docs/releases/2.1.txt')
-rw-r--r--docs/releases/2.1.txt93
1 files changed, 0 insertions, 93 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 16641d1923..2718a42553 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -82,11 +82,6 @@ Minor features
* :meth:`.InlineModelAdmin.has_add_permission` is now passed the parent object
as the second positional argument, ``obj``.
-:mod:`django.contrib.admindocs`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -97,11 +92,6 @@ Minor features
:class:`~django.contrib.auth.forms.UserChangeForm` no longer need to be
rewritten for a custom user model.
-:mod:`django.contrib.contenttypes`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -112,47 +102,12 @@ Minor features
* :class:`~django.contrib.gis.forms.widgets.OpenLayersWidget` is now based on
OpenLayers 4.6.5 (previously 3.20.1).
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.postgres`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.sessions`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Added the :setting:`SESSION_COOKIE_SAMESITE` setting to set the ``SameSite``
cookie flag on session cookies.
-:mod:`django.contrib.sitemaps`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sites`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.staticfiles`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.syndication`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
Cache
~~~~~
@@ -168,38 +123,12 @@ CSRF
* Added the :setting:`CSRF_COOKIE_SAMESITE` setting to set the ``SameSite``
cookie flag on CSRF cookies.
-Database backends
-~~~~~~~~~~~~~~~~~
-
-* ...
-
-Email
-~~~~~
-
-* ...
-
-File Storage
-~~~~~~~~~~~~
-
-* ...
-
-File Uploads
-~~~~~~~~~~~~
-
-* ...
-
-
Forms
~~~~~
* The widget for ``ImageField`` now renders with the HTML attribute
``accept="image/*"``.
-Generic Views
-~~~~~~~~~~~~~
-
-* ...
-
Internationalization
~~~~~~~~~~~~~~~~~~~~
@@ -275,16 +204,6 @@ Requests and Responses
wants to download the file. ``FileResponse`` also tries to set the
``Content-Type`` and ``Content-Length`` headers where appropriate.
-Serialization
-~~~~~~~~~~~~~
-
-* ...
-
-Signals
-~~~~~~~
-
-* ...
-
Templates
~~~~~~~~~
@@ -303,16 +222,6 @@ Tests
* The new :meth:`.SimpleTestCase.assertWarnsMessage` method is a simpler
version of :meth:`~unittest.TestCase.assertWarnsRegex`.
-URLs
-~~~~
-
-* ...
-
-Validators
-~~~~~~~~~~
-
-* ...
-
.. _backwards-incompatible-2.1:
Backwards incompatible changes in 2.1
@@ -507,8 +416,6 @@ Features removed in 2.1
These features have reached the end of their deprecation cycle and are removed
in Django 2.1. See :ref:`deprecated-features-1.11` for details, including how
to remove usage of these features.
-in Django 2.1. See :ref:`deprecated-features-1.11` and for details, including
-how to remove usage of these features.
* ``contrib.auth.views.login()``, ``logout()``, ``password_change()``,
``password_change_done()``, ``password_reset()``, ``password_reset_done()``,