mirror of https://github.com/django/django.git
Removed empty sections from 4.2 release notes.
This commit is contained in:
parent
0e2649fdf4
commit
772cd2b15b
|
@ -132,11 +132,6 @@ Minor features
|
||||||
|
|
||||||
* jQuery is upgraded from version 3.6.0 to 3.6.3.
|
* jQuery is upgraded from version 3.6.0 to 3.6.3.
|
||||||
|
|
||||||
:mod:`django.contrib.admindocs`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.auth`
|
:mod:`django.contrib.auth`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -149,11 +144,6 @@ Minor features
|
||||||
* The new :class:`~django.contrib.auth.forms.BaseUserCreationForm` is now the
|
* The new :class:`~django.contrib.auth.forms.BaseUserCreationForm` is now the
|
||||||
recommended base class for customizing the user creation form.
|
recommended base class for customizing the user creation form.
|
||||||
|
|
||||||
:mod:`django.contrib.contenttypes`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.gis`
|
:mod:`django.contrib.gis`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -183,11 +173,6 @@ Minor features
|
||||||
functions allow creating geometries from Well-known binary (WKB) and
|
functions allow creating geometries from Well-known binary (WKB) and
|
||||||
Well-known text (WKT) representations.
|
Well-known text (WKT) representations.
|
||||||
|
|
||||||
:mod:`django.contrib.messages`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.postgres`
|
:mod:`django.contrib.postgres`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -201,27 +186,12 @@ Minor features
|
||||||
* The :lookup:`arrayfield.overlap` lookup now supports ``QuerySet.values()``
|
* The :lookup:`arrayfield.overlap` lookup now supports ``QuerySet.values()``
|
||||||
and ``values_list()`` as a right-hand side.
|
and ``values_list()`` as a right-hand side.
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sitemaps`
|
:mod:`django.contrib.sitemaps`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The new :meth:`.Sitemap.get_languages_for_item` method allows customizing the
|
* The new :meth:`.Sitemap.get_languages_for_item` method allows customizing the
|
||||||
list of languages for which the item is displayed.
|
list of languages for which the item is displayed.
|
||||||
|
|
||||||
:mod:`django.contrib.sites`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.staticfiles`
|
:mod:`django.contrib.staticfiles`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -233,21 +203,6 @@ Minor features
|
||||||
a hash over all files in the manifest and changes whenever one of the files
|
a hash over all files in the manifest and changes whenever one of the files
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Cache
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
CSRF
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Database backends
|
Database backends
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -274,16 +229,6 @@ Error Reporting
|
||||||
* The debug page now shows :pep:`exception notes <678>` and
|
* The debug page now shows :pep:`exception notes <678>` and
|
||||||
:pep:`fine-grained error locations <657>` on Python 3.11+.
|
:pep:`fine-grained error locations <657>` on Python 3.11+.
|
||||||
|
|
||||||
File Storage
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
File Uploads
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Forms
|
Forms
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -296,11 +241,6 @@ Forms
|
||||||
* Session cookies are now treated as credentials and therefore hidden and
|
* Session cookies are now treated as credentials and therefore hidden and
|
||||||
replaced with stars (``**********``) in error reports.
|
replaced with stars (``**********``) in error reports.
|
||||||
|
|
||||||
Generic Views
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Internationalization
|
Internationalization
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -376,26 +316,6 @@ Requests and Responses
|
||||||
* :class:`~django.http.StreamingHttpResponse` now supports async iterators
|
* :class:`~django.http.StreamingHttpResponse` now supports async iterators
|
||||||
when Django is served via ASGI.
|
when Django is served via ASGI.
|
||||||
|
|
||||||
Security
|
|
||||||
~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Serialization
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Signals
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Templates
|
|
||||||
~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -418,11 +338,6 @@ Tests
|
||||||
self.client.get("/home/", headers={"accept-language": "fr"})
|
self.client.get("/home/", headers={"accept-language": "fr"})
|
||||||
await self.async_client.get("/home/", headers={"accept-language": "fr"})
|
await self.async_client.get("/home/", headers={"accept-language": "fr"})
|
||||||
|
|
||||||
URLs
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Utilities
|
Utilities
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue