mirror of https://github.com/django/django.git
Removed empty sections from 3.1 release notes.
This commit is contained in:
parent
91e287cce0
commit
a9e589030a
|
@ -102,11 +102,6 @@ Minor features
|
||||||
|
|
||||||
* Select2 library is upgraded from version 4.0.7 to 4.0.13.
|
* Select2 library is upgraded from version 4.0.7 to 4.0.13.
|
||||||
|
|
||||||
:mod:`django.contrib.admindocs`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.auth`
|
:mod:`django.contrib.auth`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -152,11 +147,6 @@ Minor features
|
||||||
|
|
||||||
* :tfilter:`intword` template filter now supports negative integers.
|
* :tfilter:`intword` template filter now supports negative integers.
|
||||||
|
|
||||||
:mod:`django.contrib.messages`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.postgres`
|
:mod:`django.contrib.postgres`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -202,11 +192,6 @@ Minor features
|
||||||
* The new :attr:`.ExclusionConstraint.deferrable` attribute allows creating
|
* The new :attr:`.ExclusionConstraint.deferrable` attribute allows creating
|
||||||
deferrable exclusion constraints.
|
deferrable exclusion constraints.
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
:mod:`django.contrib.sessions`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -214,26 +199,11 @@ Minor features
|
||||||
value to explicitly state that the cookie is sent with all same-site and
|
value to explicitly state that the cookie is sent with all same-site and
|
||||||
cross-site requests.
|
cross-site requests.
|
||||||
|
|
||||||
:mod:`django.contrib.sitemaps`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sites`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.staticfiles`
|
:mod:`django.contrib.staticfiles`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The :setting:`STATICFILES_DIRS` setting now supports :class:`pathlib.Path`.
|
* The :setting:`STATICFILES_DIRS` setting now supports :class:`pathlib.Path`.
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Cache
|
Cache
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -287,12 +257,6 @@ File Storage
|
||||||
This allows you to modify the used storage at runtime, selecting different
|
This allows you to modify the used storage at runtime, selecting different
|
||||||
storages for different environments, for example.
|
storages for different environments, for example.
|
||||||
|
|
||||||
File Uploads
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
|
|
||||||
Forms
|
Forms
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -315,11 +279,6 @@ Forms
|
||||||
* The new :attr:`.BoundField.widget_type` property can be used to dynamically
|
* The new :attr:`.BoundField.widget_type` property can be used to dynamically
|
||||||
adjust form rendering based upon the widget type.
|
adjust form rendering based upon the widget type.
|
||||||
|
|
||||||
Generic Views
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Internationalization
|
Internationalization
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -329,11 +288,6 @@ Internationalization
|
||||||
|
|
||||||
* Added support and translations for the Algerian Arabic language.
|
* Added support and translations for the Algerian Arabic language.
|
||||||
|
|
||||||
Logging
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Management Commands
|
Management Commands
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -450,16 +404,6 @@ Security
|
||||||
:class:`~django.core.signing.Signer` allows customizing the hashing
|
:class:`~django.core.signing.Signer` allows customizing the hashing
|
||||||
algorithm.
|
algorithm.
|
||||||
|
|
||||||
Serialization
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Signals
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Templates
|
Templates
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
@ -512,11 +456,6 @@ Utilities
|
||||||
:func:`~django.utils.dateparse.parse_time` now support comma separators for
|
:func:`~django.utils.dateparse.parse_time` now support comma separators for
|
||||||
milliseconds.
|
milliseconds.
|
||||||
|
|
||||||
Validators
|
|
||||||
~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue