diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 8f0bf321a5..4add318ace 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -163,22 +163,12 @@ Minor features * The new :attr:`.AdminSite.password_change_form` attribute allows customizing the form used in the admin site password change view. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ * The default iteration count for the PBKDF2 password hasher is increased from 1,000,000 to 1,200,000. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -202,11 +192,6 @@ Minor features :class:`GeometryType() ` database function allow filtering geometries by their types. -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -228,26 +213,6 @@ Minor features parameter. This allows providing database hints to database routers to assist them in :ref:`making routing decisions `. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sessions` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sitemaps` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.staticfiles` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -255,26 +220,6 @@ Minor features ensures consistent path ordering in manifest files, making them more reproducible and reducing unnecessary diffs. -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -Cache -~~~~~ - -* ... - -CSRF -~~~~ - -* ... - -Decorators -~~~~~~~~~~ - -* ... - Email ~~~~~ @@ -287,41 +232,6 @@ Email accepts a :class:`~email.message.MIMEPart` object from Python's modern email API. -Error Reporting -~~~~~~~~~~~~~~~ - -* ... - -File Storage -~~~~~~~~~~~~ - -* ... - -File Uploads -~~~~~~~~~~~~ - -* ... - -Forms -~~~~~ - -* ... - -Generic Views -~~~~~~~~~~~~~ - -* ... - -Internationalization -~~~~~~~~~~~~~~~~~~~~ - -* ... - -Logging -~~~~~~~ - -* ... - Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -397,21 +307,6 @@ Requests and Responses * Multiple ``Cookie`` headers are now supported for HTTP/2 requests when running with ASGI. -Security -~~~~~~~~ - -* ... - -Serialization -~~~~~~~~~~~~~ - -* ... - -Signals -~~~~~~~ - -* ... - Templates ~~~~~~~~~ @@ -431,21 +326,6 @@ Tests * The :class:`.DiscoverRunner` now supports parallel test execution on systems using the ``forkserver`` :mod:`multiprocessing` start method. -URLs -~~~~ - -* ... - -Utilities -~~~~~~~~~ - -* ... - -Validators -~~~~~~~~~~ - -* ... - .. _backwards-incompatible-6.0: Backwards incompatible changes in 6.0