mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Removed empty sections from 5.0 release notes.
This commit is contained in:
parent
3eb7051161
commit
a7aaba0f85
@ -216,10 +216,6 @@ Minor features
|
|||||||
|
|
||||||
* jQuery is upgraded from version 3.6.4 to 3.7.1.
|
* jQuery is upgraded from version 3.6.4 to 3.7.1.
|
||||||
|
|
||||||
:mod:`django.contrib.admindocs`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.auth`
|
:mod:`django.contrib.auth`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -280,36 +276,6 @@ Minor features
|
|||||||
customizing the ``code`` of ``ValidationError`` raised during
|
customizing the ``code`` of ``ValidationError`` raised during
|
||||||
:ref:`model validation <validating-objects>`.
|
:ref:`model validation <validating-objects>`.
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sitemaps`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sites`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.staticfiles`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Asynchronous views
|
Asynchronous views
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -317,16 +283,6 @@ Asynchronous views
|
|||||||
perform any necessary cleanup if a client disconnects before the response is
|
perform any necessary cleanup if a client disconnects before the response is
|
||||||
generated. See :ref:`async-handling-disconnect` for more details.
|
generated. See :ref:`async-handling-disconnect` for more details.
|
||||||
|
|
||||||
Cache
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
CSRF
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Decorators
|
Decorators
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
@ -356,11 +312,6 @@ Decorators
|
|||||||
* ``xframe_options_sameorigin()``
|
* ``xframe_options_sameorigin()``
|
||||||
* ``xframe_options_exempt()``
|
* ``xframe_options_exempt()``
|
||||||
|
|
||||||
Email
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Error Reporting
|
Error Reporting
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -374,11 +325,6 @@ File Storage
|
|||||||
* :meth:`.File.open` now passes all positional (``*args``) and keyword
|
* :meth:`.File.open` now passes all positional (``*args``) and keyword
|
||||||
arguments (``**kwargs``) to Python's built-in :func:`python:open`.
|
arguments (``**kwargs``) to Python's built-in :func:`python:open`.
|
||||||
|
|
||||||
File Uploads
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Forms
|
Forms
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@ -392,26 +338,11 @@ Forms
|
|||||||
* In order to improve accessibility, the invalid form field now includes the
|
* In order to improve accessibility, the invalid form field now includes the
|
||||||
``aria-invalid="true"`` HTML attribute.
|
``aria-invalid="true"`` HTML attribute.
|
||||||
|
|
||||||
Generic Views
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Internationalization
|
Internationalization
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Added support and translations for the Uyghur language.
|
* Added support and translations for the Uyghur language.
|
||||||
|
|
||||||
Logging
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Management Commands
|
|
||||||
~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Migrations
|
Migrations
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
@ -468,21 +399,6 @@ Pagination
|
|||||||
* The new :attr:`django.core.paginator.Paginator.error_messages` argument
|
* The new :attr:`django.core.paginator.Paginator.error_messages` argument
|
||||||
allows customizing the error messages raised by :meth:`.Paginator.page`.
|
allows customizing the error messages raised by :meth:`.Paginator.page`.
|
||||||
|
|
||||||
Requests and Responses
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Security
|
|
||||||
~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Serialization
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Signals
|
Signals
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
@ -510,16 +426,6 @@ Tests
|
|||||||
* The new :option:`test --durations` option allows showing the duration of the
|
* The new :option:`test --durations` option allows showing the duration of the
|
||||||
slowest tests on Python 3.12+.
|
slowest tests on Python 3.12+.
|
||||||
|
|
||||||
URLs
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Utilities
|
|
||||||
~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Validators
|
Validators
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user