summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-05-17 10:07:56 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-05-17 11:21:08 +0200
commitd6e3756946b019083f73ccb2bbf7ddf0b008d157 (patch)
treef342743730efc57cc2b3ab97627c94f9990c53a5 /docs/releases/4.1.txt
parentd126eba3637d84caa80fa4258e2e59ef07a8260c (diff)
Removed empty sections from 4.1 release notes.
Diffstat (limited to 'docs/releases/4.1.txt')
-rw-r--r--docs/releases/4.1.txt85
1 files changed, 0 insertions, 85 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 49f74a93b3..7b922256ec 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -132,11 +132,6 @@ Minor features
* The :meth:`.AdminSite.get_app_list` method now allows changing the order of
apps and models on the admin index page.
-:mod:`django.contrib.admindocs`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -146,11 +141,6 @@ Minor features
* The :meth:`.RemoteUserBackend.configure_user` method now allows synchronizing
user attributes with attributes in a remote system such as an LDAP directory.
-:mod:`django.contrib.contenttypes`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -160,11 +150,6 @@ Minor features
* The new ``clone`` argument for :meth:`.GEOSGeometry.normalize` allows
creating a normalized clone of the geometry.
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -189,16 +174,6 @@ Minor features
specifying operator classes with the
:class:`OpClass() <django.contrib.postgres.indexes.OpClass>` expression.
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sessions`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.sitemaps`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -208,32 +183,12 @@ Minor features
sitemap index templates should be updated for the adjusted :ref:`context
variables <sitemap-index-context-variables>`.
-:mod:`django.contrib.sites`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.staticfiles`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* :class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage` now
replaces paths to CSS source map references with their hashed counterparts.
-:mod:`django.contrib.syndication`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-Cache
-~~~~~
-
-* ...
-
-CSRF
-~~~~
-
-* ...
-
Database backends
~~~~~~~~~~~~~~~~~
@@ -246,31 +201,6 @@ Database backends
``DatabaseWrapper.init_connection_state()`` method must call ``super()`` in
order for the check to run.
-Decorators
-~~~~~~~~~~
-
-* ...
-
-Email
-~~~~~
-
-* ...
-
-Error Reporting
-~~~~~~~~~~~~~~~
-
-* ...
-
-File Storage
-~~~~~~~~~~~~
-
-* ...
-
-File Uploads
-~~~~~~~~~~~~
-
-* ...
-
.. _forms-4.1:
Forms
@@ -353,22 +283,12 @@ Forms
argument. This is used to set the ``step`` HTML attribute, and is validated
on form submission.
-Generic Views
-~~~~~~~~~~~~~
-
-* ...
-
Internationalization
~~~~~~~~~~~~~~~~~~~~
* The :func:`~django.conf.urls.i18n.i18n_patterns` function now supports
languages with both scripts and regions.
-Logging
-~~~~~~~
-
-* ...
-
Management Commands
~~~~~~~~~~~~~~~~~~~
@@ -456,11 +376,6 @@ Security
* The :setting:`SECURE_PROXY_SSL_HEADER` setting now supports a comma-separated
list of protocols in the header value.
-Serialization
-~~~~~~~~~~~~~
-
-* ...
-
Signals
~~~~~~~