Skip to content

Commit

Permalink
Removed empty sections from 5.0 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nessita committed Sep 18, 2023
1 parent 3eb7051 commit a7aaba0
Showing 1 changed file with 0 additions and 94 deletions.
94 changes: 0 additions & 94 deletions docs/releases/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ Minor features

* jQuery is upgraded from version 3.6.4 to 3.7.1.

:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* ...

:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -280,53 +276,13 @@ Minor features
customizing the ``code`` of ``ValidationError`` raised during
: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
~~~~~~~~~~~~~~~~~~

* Under ASGI, ``http.disconnect`` events are now handled. This allows views to
perform any necessary cleanup if a client disconnects before the response is
generated. See :ref:`async-handling-disconnect` for more details.

Cache
~~~~~

* ...

CSRF
~~~~

* ...

Decorators
~~~~~~~~~~

Expand Down Expand Up @@ -356,11 +312,6 @@ Decorators
* ``xframe_options_sameorigin()``
* ``xframe_options_exempt()``

Email
~~~~~

* ...

Error Reporting
~~~~~~~~~~~~~~~

Expand All @@ -374,11 +325,6 @@ File Storage
* :meth:`.File.open` now passes all positional (``*args``) and keyword
arguments (``**kwargs``) to Python's built-in :func:`python:open`.

File Uploads
~~~~~~~~~~~~

* ...

Forms
~~~~~

Expand All @@ -392,26 +338,11 @@ Forms
* In order to improve accessibility, the invalid form field now includes the
``aria-invalid="true"`` HTML attribute.

Generic Views
~~~~~~~~~~~~~

* ...

Internationalization
~~~~~~~~~~~~~~~~~~~~

* Added support and translations for the Uyghur language.

Logging
~~~~~~~

* ...

Management Commands
~~~~~~~~~~~~~~~~~~~

* ...

Migrations
~~~~~~~~~~

Expand Down Expand Up @@ -468,21 +399,6 @@ Pagination
* The new :attr:`django.core.paginator.Paginator.error_messages` argument
allows customizing the error messages raised by :meth:`.Paginator.page`.

Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~

* ...

Security
~~~~~~~~

* ...

Serialization
~~~~~~~~~~~~~

* ...

Signals
~~~~~~~

Expand Down Expand Up @@ -510,16 +426,6 @@ Tests
* The new :option:`test --durations` option allows showing the duration of the
slowest tests on Python 3.12+.

URLs
~~~~

* ...

Utilities
~~~~~~~~~

* ...

Validators
~~~~~~~~~~

Expand Down

0 comments on commit a7aaba0

Please sign in to comment.