diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-05-20 13:43:53 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-05-20 14:54:35 -0400 |
| commit | e97f21b9734f1cb85bad9db7ca6923bf7fe41836 (patch) | |
| tree | 4f4fc06e30d179b281bda22607a73fccb560919a /docs | |
| parent | 403c9f7f086bbf02a21ea2b85af2174b77f7e0ab (diff) | |
Removed empty sections from 6.1 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.1.txt | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index b041bbdda0..8e4d019af6 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -174,11 +174,6 @@ Minor features ``description`` value. This is useful when the action is available on both the admin change list and admin change form. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -191,11 +186,6 @@ Minor features * The new :attr:`.Permission.user_perm_str` property returns the string suitable to use with :meth:`.User.has_perm`. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -211,11 +201,6 @@ Minor features * :class:`~django.contrib.gis.forms.widgets.OpenLayersWidget` is now based on OpenLayers 10.9.0 (previously 7.2.2). -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -226,11 +211,6 @@ Minor features * :class:`~django.contrib.postgres.constraints.ExclusionConstraint` now supports the Hash index type. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sessions` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -238,36 +218,6 @@ Minor features boolean evaluation via :meth:`~django.contrib.sessions.backends.base.SessionBase.__bool__`. -:mod:`django.contrib.sitemaps` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.staticfiles` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -Asynchronous views -~~~~~~~~~~~~~~~~~~ - -* ... - -Cache -~~~~~ - -* ... - CSP ~~~ @@ -287,36 +237,6 @@ CSP :func:`~django.template.context_processors.csp` context processor is configured. See :ref:`csp-nonce-config` for setup instructions. -CSRF -~~~~ - -* ... - -Decorators -~~~~~~~~~~ - -* ... - -Email -~~~~~ - -* ... - -Error Reporting -~~~~~~~~~~~~~~~ - -* ... - -File Storage -~~~~~~~~~~~~ - -* ... - -File Uploads -~~~~~~~~~~~~ - -* ... - Forms ~~~~~ @@ -343,16 +263,6 @@ Generic Views the HTTP method and body during redirects, using 307/308 status codes instead of 302/301. -Internationalization -~~~~~~~~~~~~~~~~~~~~ - -* ... - -Logging -~~~~~~~ - -* ... - Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -364,11 +274,6 @@ Management Commands :data:`~django.db.models.signals.m2m_changed` signals with ``raw=True`` when loading fixtures. -Migrations -~~~~~~~~~~ - -* ... - Models ~~~~~~ @@ -416,11 +321,6 @@ Models Invalid Base64 strings now raise ``ValidationError`` instead of being silently accepted. -Pagination -~~~~~~~~~~ - -* ... - Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ @@ -431,11 +331,6 @@ Requests and Responses the :func:`~django.shortcuts.redirect` shortcut, now accept a ``max_length`` parameter to override the default maximum URL length limit. -Security -~~~~~~~~ - -* ... - Serialization ~~~~~~~~~~~~~ @@ -448,11 +343,6 @@ Serialization :exc:`~django.core.exceptions.SuspiciousOperation` when it encounters unexpected nested tags. -Signals -~~~~~~~ - -* ... - Tasks ~~~~~ @@ -463,11 +353,6 @@ Tasks * :class:`~django.tasks.Task` and :class:`~django.tasks.TaskResult` instances can now be pickled and unpickled. -Templates -~~~~~~~~~ - -* ... - Tests ~~~~~ @@ -477,22 +362,12 @@ Tests Previously, they would consume the streaming response's content, causing subsequent calls to fail. -URLs -~~~~ - -* ... - Utilities ~~~~~~~~~ * :func:`~django.utils.dateparse.parse_duration` now supports ISO 8601 time periods expressed in weeks (``PnW``). -Validators -~~~~~~~~~~ - -* ... - .. _backwards-incompatible-6.1: Backwards incompatible changes in 6.1 |
