summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-01-14 11:26:22 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-01-14 11:26:22 +0100
commit0087a15a51ca09f56537e024f518a14479496af9 (patch)
tree175ab061a2058e6a6fb618859e31ec6a47fe6b0f
parent30e43a7880d437bd824504b1664c2e9824768606 (diff)
downloaddjango-3.2-man-page.tar.gz
Removed empty sections from 3.2 release notes.3.2-man-page
-rw-r--r--docs/releases/3.2.txt65
1 files changed, 0 insertions, 65 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index 3b1463be6f..6f1541b124 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -192,11 +192,6 @@ Minor features
:attr:`.AdminSite.final_catch_all_view` to ``False`` to disable the
catch-all view.
-:mod:`django.contrib.admindocs`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -237,11 +232,6 @@ Minor features
* The :class:`~django.contrib.gis.utils.LayerMapping` class now supports
:class:`pathlib.Path`.
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -273,16 +263,6 @@ Minor features
expression allows creating functional indexes on expressions with a custom
operator class. See :ref:`new_functional_indexes` for more details.
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sessions`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.sitemaps`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -292,32 +272,12 @@ Minor features
:attr:`~django.contrib.sitemaps.Sitemap.x_default` allow
generating sitemap *alternates* to localized versions of your pages.
-:mod:`django.contrib.sites`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.staticfiles`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* The new ``item_comments`` hook allows specifying a comments URL per feed
item.
-Cache
-~~~~~
-
-* ...
-
-CSRF
-~~~~
-
-* ...
-
Database backends
~~~~~~~~~~~~~~~~~
@@ -333,11 +293,6 @@ Decorators
allows individual views to be excluded from :setting:`APPEND_SLASH` URL
normalization.
-Email
-~~~~~
-
-* ...
-
Error Reporting
~~~~~~~~~~~~~~~
@@ -346,11 +301,6 @@ Error Reporting
:attr:`~django.views.debug.ExceptionReporter.text_template_path` class
attributes to override the templates used to render exception reports.
-File Storage
-~~~~~~~~~~~~
-
-* ...
-
File Uploads
~~~~~~~~~~~~
@@ -385,16 +335,6 @@ Generic Views
:class:`~django.views.generic.dates.WeekArchiveView` now support the
``'%V'`` ISO 8601 week format.
-Internationalization
-~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Logging
-~~~~~~~
-
-* ...
-
Management Commands
~~~~~~~~~~~~~~~~~~~
@@ -595,11 +535,6 @@ Tests
comparison against a list of string representations of objects when using the
default value for the ``transform`` argument.
-URLs
-~~~~
-
-* ...
-
Utilities
~~~~~~~~~