summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 20:03:14 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 21:11:20 +0100
commit9e6e58bad237a80ddd5e3ab8b834cecdaad8455e (patch)
treea6a6187a21739cf9a6a966ffe9268709ee45d11e /docs
parent051acc5c48f6fc5f3ad1b087e68255f1fbbef711 (diff)
Removed empty sections from 5.2 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.txt95
1 files changed, 0 insertions, 95 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index 5b04608cad..86a1246f87 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -188,11 +188,6 @@ Minor features
now have a new method ``get_error_message()``, which can be overridden in
subclasses to customize the error messages.
-:mod:`django.contrib.contenttypes`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -210,41 +205,6 @@ Minor features
:class:`~django.contrib.gis.db.models.functions.IsValid` database functions
are now supported on MariaDB 11.7+.
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.postgres`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sessions`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sitemaps`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sites`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.staticfiles`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -253,21 +213,6 @@ Minor features
processing instruction will be added to the top of the document for each
stylesheet in the given list. See :ref:`feed-stylesheets` for more details.
-Asynchronous views
-~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Cache
-~~~~~
-
-* ...
-
-CSRF
-~~~~
-
-* ...
-
Database backends
~~~~~~~~~~~~~~~~~
@@ -307,16 +252,6 @@ Error Reporting
* The attribute :attr:`.SafeExceptionReporterFilter.hidden_settings` now
treats values as sensitive if their name includes ``AUTH``.
-File Storage
-~~~~~~~~~~~~
-
-* ...
-
-File Uploads
-~~~~~~~~~~~~
-
-* ...
-
Forms
~~~~~
@@ -345,21 +280,6 @@ Forms
custom HTML-attributes to JavaScript in form media. See
:ref:`paths as objects <form-media-asset-objects>` for more details.
-Generic Views
-~~~~~~~~~~~~~
-
-* ...
-
-Internationalization
-~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Logging
-~~~~~~~
-
-* ...
-
Management Commands
~~~~~~~~~~~~~~~~~~~
@@ -431,11 +351,6 @@ Requests and Responses
:func:`~django.shortcuts.redirect` allows to instruct the user agent to reuse
the HTTP method and body during redirection using specific status codes.
-Security
-~~~~~~~~
-
-* ...
-
Serialization
~~~~~~~~~~~~~
@@ -443,11 +358,6 @@ Serialization
function, to improve extensibility when defining a
:ref:`custom serialization format <custom-serialization-formats>`.
-Signals
-~~~~~~~
-
-* ...
-
Templates
~~~~~~~~~
@@ -486,11 +396,6 @@ Utilities
of mappings, passing their contents as keyword arguments to
:func:`~django.utils.html.format_html`.
-Validators
-~~~~~~~~~~
-
-* ...
-
.. _backwards-incompatible-5.2:
Backwards incompatible changes in 5.2