summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2023-09-18 09:08:44 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2023-09-18 09:51:35 -0300
commita7aaba0f85cb9a2d32b686431f496820fdf15884 (patch)
tree85b6e9e26c4724d435c6d628c3bdf3ab0768ee60
parent3eb7051161f7e574a8489d998312cce8d92d03d0 (diff)
Removed empty sections from 5.0 release notes.
-rw-r--r--docs/releases/5.0.txt94
1 files changed, 0 insertions, 94 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index 8f8814271a..2e23d8df83 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -280,36 +276,6 @@ 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
~~~~~~~~~~~~~~~~~~
@@ -317,16 +283,6 @@ Asynchronous views
perform any necessary cleanup if a client disconnects before the response is
generated. See :ref:`async-handling-disconnect` for more details.
-Cache
-~~~~~
-
-* ...
-
-CSRF
-~~~~
-
-* ...
-
Decorators
~~~~~~~~~~
@@ -356,11 +312,6 @@ Decorators
* ``xframe_options_sameorigin()``
* ``xframe_options_exempt()``
-Email
-~~~~~
-
-* ...
-
Error Reporting
~~~~~~~~~~~~~~~
@@ -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
~~~~~
@@ -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
~~~~~~~~~~
@@ -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
~~~~~~~
@@ -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
~~~~~~~~~~