mirror of https://github.com/django/django.git
[2.0.x] Removed empty sections in 2.0 release notes.
Backport of 559040f3d3
from master
This commit is contained in:
parent
08dfcd89f6
commit
828d55c0d5
|
@ -97,22 +97,12 @@ Minor features
|
||||||
`Select2 <https://select2.org>`_ search widget for ``ForeignKey`` and
|
`Select2 <https://select2.org>`_ search widget for ``ForeignKey`` and
|
||||||
``ManyToManyField``.
|
``ManyToManyField``.
|
||||||
|
|
||||||
:mod:`django.contrib.admindocs`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.auth`
|
:mod:`django.contrib.auth`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The default iteration count for the PBKDF2 password hasher is increased from
|
* The default iteration count for the PBKDF2 password hasher is increased from
|
||||||
36,000 to 100,000.
|
36,000 to 100,000.
|
||||||
|
|
||||||
:mod:`django.contrib.contenttypes`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.gis`
|
:mod:`django.contrib.gis`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -148,11 +138,6 @@ Minor features
|
||||||
<django.contrib.gis.gdal.GDALBand.color_interp>` method returns the color
|
<django.contrib.gis.gdal.GDALBand.color_interp>` method returns the color
|
||||||
interpretation for the band.
|
interpretation for the band.
|
||||||
|
|
||||||
:mod:`django.contrib.messages`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.postgres`
|
:mod:`django.contrib.postgres`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -178,69 +163,24 @@ Minor features
|
||||||
* :djadmin:`inspectdb` can now introspect ``JSONField`` and various
|
* :djadmin:`inspectdb` can now introspect ``JSONField`` and various
|
||||||
``RangeField``\s (``django.contrib.postgres`` must be in ``INSTALLED_APPS``).
|
``RangeField``\s (``django.contrib.postgres`` must be in ``INSTALLED_APPS``).
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sitemaps`
|
:mod:`django.contrib.sitemaps`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Added the ``protocol`` keyword argument to the
|
* Added the ``protocol`` keyword argument to the
|
||||||
:class:`~django.contrib.sitemaps.GenericSitemap` constructor.
|
:class:`~django.contrib.sitemaps.GenericSitemap` constructor.
|
||||||
|
|
||||||
:mod:`django.contrib.sites`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.staticfiles`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Cache
|
Cache
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
* On memcached, ``cache.set_many()`` returns a list of keys that failed to be
|
* On memcached, ``cache.set_many()`` returns a list of keys that failed to be
|
||||||
inserted.
|
inserted.
|
||||||
|
|
||||||
CSRF
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Database backends
|
|
||||||
~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Email
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
File Storage
|
File Storage
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
* :meth:`File.open() <django.core.files.File.open>` can be used as a context
|
* :meth:`File.open() <django.core.files.File.open>` can be used as a context
|
||||||
manager, e.g. ``with file.open() as f:``.
|
manager, e.g. ``with file.open() as f:``.
|
||||||
|
|
||||||
File Uploads
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Forms
|
Forms
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -260,11 +200,6 @@ Generic Views
|
||||||
* The new :attr:`.ContextMixin.extra_context` attribute allows adding context
|
* The new :attr:`.ContextMixin.extra_context` attribute allows adding context
|
||||||
in ``View.as_view()``.
|
in ``View.as_view()``.
|
||||||
|
|
||||||
Internationalization
|
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Management Commands
|
Management Commands
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -368,16 +303,6 @@ Requests and Responses
|
||||||
|
|
||||||
* The :djadmin:`runserver` Web server supports HTTP 1.1.
|
* The :djadmin:`runserver` Web server supports HTTP 1.1.
|
||||||
|
|
||||||
Serialization
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Signals
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Templates
|
Templates
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
@ -396,11 +321,6 @@ Tests
|
||||||
Oracle: :setting:`DATAFILE_SIZE`, :setting:`DATAFILE_TMP_SIZE`,
|
Oracle: :setting:`DATAFILE_SIZE`, :setting:`DATAFILE_TMP_SIZE`,
|
||||||
:setting:`DATAFILE_EXTSIZE`, and :setting:`DATAFILE_TMP_EXTSIZE`.
|
:setting:`DATAFILE_EXTSIZE`, and :setting:`DATAFILE_TMP_EXTSIZE`.
|
||||||
|
|
||||||
URLs
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Validators
|
Validators
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue