Removed empty sections from 2.1 release notes.

This commit is contained in:
Tim Graham 2018-05-17 10:43:03 -04:00
parent 63de263e03
commit 1cbd3d7874
1 changed files with 0 additions and 93 deletions

View File

@ -82,11 +82,6 @@ Minor features
* :meth:`.InlineModelAdmin.has_add_permission` is now passed the parent object * :meth:`.InlineModelAdmin.has_add_permission` is now passed the parent object
as the second positional argument, ``obj``. as the second positional argument, ``obj``.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.auth` :mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -97,11 +92,6 @@ Minor features
:class:`~django.contrib.auth.forms.UserChangeForm` no longer need to be :class:`~django.contrib.auth.forms.UserChangeForm` no longer need to be
rewritten for a custom user model. rewritten for a custom user model.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.gis` :mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
@ -112,47 +102,12 @@ Minor features
* :class:`~django.contrib.gis.forms.widgets.OpenLayersWidget` is now based on * :class:`~django.contrib.gis.forms.widgets.OpenLayersWidget` is now based on
OpenLayers 4.6.5 (previously 3.20.1). OpenLayers 4.6.5 (previously 3.20.1).
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.sessions` :mod:`django.contrib.sessions`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Added the :setting:`SESSION_COOKIE_SAMESITE` setting to set the ``SameSite`` * Added the :setting:`SESSION_COOKIE_SAMESITE` setting to set the ``SameSite``
cookie flag on session cookies. cookie flag on session cookies.
:mod:`django.contrib.sitemaps`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.sites`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.staticfiles`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
Cache Cache
~~~~~ ~~~~~
@ -168,38 +123,12 @@ CSRF
* Added the :setting:`CSRF_COOKIE_SAMESITE` setting to set the ``SameSite`` * Added the :setting:`CSRF_COOKIE_SAMESITE` setting to set the ``SameSite``
cookie flag on CSRF cookies. cookie flag on CSRF cookies.
Database backends
~~~~~~~~~~~~~~~~~
* ...
Email
~~~~~
* ...
File Storage
~~~~~~~~~~~~
* ...
File Uploads
~~~~~~~~~~~~
* ...
Forms Forms
~~~~~ ~~~~~
* The widget for ``ImageField`` now renders with the HTML attribute * The widget for ``ImageField`` now renders with the HTML attribute
``accept="image/*"``. ``accept="image/*"``.
Generic Views
~~~~~~~~~~~~~
* ...
Internationalization Internationalization
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
@ -275,16 +204,6 @@ Requests and Responses
wants to download the file. ``FileResponse`` also tries to set the wants to download the file. ``FileResponse`` also tries to set the
``Content-Type`` and ``Content-Length`` headers where appropriate. ``Content-Type`` and ``Content-Length`` headers where appropriate.
Serialization
~~~~~~~~~~~~~
* ...
Signals
~~~~~~~
* ...
Templates Templates
~~~~~~~~~ ~~~~~~~~~
@ -303,16 +222,6 @@ Tests
* The new :meth:`.SimpleTestCase.assertWarnsMessage` method is a simpler * The new :meth:`.SimpleTestCase.assertWarnsMessage` method is a simpler
version of :meth:`~unittest.TestCase.assertWarnsRegex`. version of :meth:`~unittest.TestCase.assertWarnsRegex`.
URLs
~~~~
* ...
Validators
~~~~~~~~~~
* ...
.. _backwards-incompatible-2.1: .. _backwards-incompatible-2.1:
Backwards incompatible changes in 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 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 in Django 2.1. See :ref:`deprecated-features-1.11` for details, including how
to remove usage of these features. 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()``, * ``contrib.auth.views.login()``, ``logout()``, ``password_change()``,
``password_change_done()``, ``password_reset()``, ``password_reset_done()``, ``password_change_done()``, ``password_reset()``, ``password_reset_done()``,