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