summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-05-22 11:12:30 -0300
committernessita <124304+nessita@users.noreply.github.com>2024-05-22 11:29:45 -0300
commit8e68c50341f0d159b7af9d2a071c7c24ffc126b7 (patch)
tree836e340f6914e358d8eb05c4c267e01cdf9a16ed
parent2995aeab56d661663e2851b29bba1fc20c2541f0 (diff)
Removed empty sections from 5.1 release notes.
-rw-r--r--docs/releases/5.1.txt123
1 files changed, 0 insertions, 123 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index f2b7663576..bb79e3590a 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -49,11 +49,6 @@ Minor features
* :attr:`.ModelAdmin.list_display` now supports using ``__`` lookups to list
fields from related models.
-:mod:`django.contrib.admindocs`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -80,11 +75,6 @@ Minor features
accessibility of the
:class:`~django.contrib.auth.forms.UserChangeForm`.
-:mod:`django.contrib.contenttypes`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -129,22 +119,12 @@ Minor features
now support the optional ``srid`` argument (except for Oracle where it is
ignored).
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* :class:`~django.contrib.postgres.indexes.BTreeIndex` now supports the
``deduplicate_items`` parameter.
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.sessions`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -157,41 +137,6 @@ Minor features
session engines now provide async API. The new asynchronous methods all have
``a`` prefixed names, e.g. ``aget()``, ``akeys()``, or ``acycle_key()``.
-:mod:`django.contrib.sitemaps`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sites`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.staticfiles`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.syndication`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Asynchronous views
-~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Cache
-~~~~~
-
-* ...
-
-CSRF
-~~~~
-
-* ...
-
Database backends
~~~~~~~~~~~~~~~~~
@@ -205,16 +150,6 @@ Database backends
* ``"pool"`` option is now supported in :setting:`OPTIONS` on PostgreSQL to
allow using :ref:`connection pools <postgresql-pool>`.
-Decorators
-~~~~~~~~~~
-
-* ...
-
-Email
-~~~~~
-
-* ...
-
Error Reporting
~~~~~~~~~~~~~~~
@@ -228,11 +163,6 @@ File Storage
parameter of :class:`~django.core.files.storage.FileSystemStorage` allows
saving new files over existing ones.
-File Uploads
-~~~~~~~~~~~~
-
-* ...
-
Forms
~~~~~
@@ -240,21 +170,6 @@ Forms
fieldsets with their help text, the form fieldset now includes the
``aria-describedby`` HTML attribute.
-Generic Views
-~~~~~~~~~~~~~
-
-* ...
-
-Internationalization
-~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Logging
-~~~~~~~
-
-* ...
-
Management Commands
~~~~~~~~~~~~~~~~~~~
@@ -304,26 +219,6 @@ Models
specifying that the expression should be ignored during a constraint
validation.
-Requests and Responses
-~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Security
-~~~~~~~~
-
-* ...
-
-Serialization
-~~~~~~~~~~~~~
-
-* ...
-
-Signals
-~~~~~~~
-
-* ...
-
Templates
~~~~~~~~~
@@ -364,16 +259,6 @@ Tests
* In order to enforce test isolation, database connections inside threads are
no longer allowed in :class:`~django.test.SimpleTestCase`.
-URLs
-~~~~
-
-* ...
-
-Utilities
-~~~~~~~~~
-
-* ...
-
Validators
~~~~~~~~~~
@@ -387,14 +272,6 @@ Validators
Backwards incompatible changes in 5.1
=====================================
-Database backend API
---------------------
-
-This section describes changes that may be needed in third-party database
-backends.
-
-* ...
-
:mod:`django.contrib.gis`
-------------------------