1
0
mirror of https://github.com/django/django.git synced 2025-10-09 14:59:24 +00:00

Removed empty sections from 6.0 release notes.

This commit is contained in:
Natalia 2025-09-16 23:12:32 -03:00 committed by nessita
parent 4e1aebffdd
commit eae8cc4201

View File

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