1
0
mirror of https://github.com/django/django.git synced 2025-08-10 03:49:11 +00:00

Removed empty sections from 5.1 release notes.

This commit is contained in:
Natalia 2024-05-22 11:12:30 -03:00 committed by nessita
parent 2995aeab56
commit 8e68c50341

View File

@ -49,11 +49,6 @@ Minor features
* :attr:`.ModelAdmin.list_display` now supports using ``__`` lookups to list * :attr:`.ModelAdmin.list_display` now supports using ``__`` lookups to list
fields from related models. fields from related models.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.auth` :mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -80,11 +75,6 @@ Minor features
accessibility of the accessibility of the
:class:`~django.contrib.auth.forms.UserChangeForm`. :class:`~django.contrib.auth.forms.UserChangeForm`.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.gis` :mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
@ -129,22 +119,12 @@ Minor features
now support the optional ``srid`` argument (except for Oracle where it is now support the optional ``srid`` argument (except for Oracle where it is
ignored). ignored).
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.postgres` :mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* :class:`~django.contrib.postgres.indexes.BTreeIndex` now supports the * :class:`~django.contrib.postgres.indexes.BTreeIndex` now supports the
``deduplicate_items`` parameter. ``deduplicate_items`` parameter.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.sessions` :mod:`django.contrib.sessions`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -157,41 +137,6 @@ Minor features
session engines now provide async API. The new asynchronous methods all have session engines now provide async API. The new asynchronous methods all have
``a`` prefixed names, e.g. ``aget()``, ``akeys()``, or ``acycle_key()``. ``a`` prefixed names, e.g. ``aget()``, ``akeys()``, or ``acycle_key()``.
:mod:`django.contrib.sitemaps`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.sites`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.staticfiles`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
Asynchronous views
~~~~~~~~~~~~~~~~~~
* ...
Cache
~~~~~
* ...
CSRF
~~~~
* ...
Database backends Database backends
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
@ -205,16 +150,6 @@ Database backends
* ``"pool"`` option is now supported in :setting:`OPTIONS` on PostgreSQL to * ``"pool"`` option is now supported in :setting:`OPTIONS` on PostgreSQL to
allow using :ref:`connection pools <postgresql-pool>`. allow using :ref:`connection pools <postgresql-pool>`.
Decorators
~~~~~~~~~~
* ...
Email
~~~~~
* ...
Error Reporting Error Reporting
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -228,11 +163,6 @@ File Storage
parameter of :class:`~django.core.files.storage.FileSystemStorage` allows parameter of :class:`~django.core.files.storage.FileSystemStorage` allows
saving new files over existing ones. saving new files over existing ones.
File Uploads
~~~~~~~~~~~~
* ...
Forms Forms
~~~~~ ~~~~~
@ -240,21 +170,6 @@ Forms
fieldsets with their help text, the form fieldset now includes the fieldsets with their help text, the form fieldset now includes the
``aria-describedby`` HTML attribute. ``aria-describedby`` HTML attribute.
Generic Views
~~~~~~~~~~~~~
* ...
Internationalization
~~~~~~~~~~~~~~~~~~~~
* ...
Logging
~~~~~~~
* ...
Management Commands Management Commands
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
@ -304,26 +219,6 @@ Models
specifying that the expression should be ignored during a constraint specifying that the expression should be ignored during a constraint
validation. validation.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~
* ...
Security
~~~~~~~~
* ...
Serialization
~~~~~~~~~~~~~
* ...
Signals
~~~~~~~
* ...
Templates Templates
~~~~~~~~~ ~~~~~~~~~
@ -364,16 +259,6 @@ Tests
* In order to enforce test isolation, database connections inside threads are * In order to enforce test isolation, database connections inside threads are
no longer allowed in :class:`~django.test.SimpleTestCase`. no longer allowed in :class:`~django.test.SimpleTestCase`.
URLs
~~~~
* ...
Utilities
~~~~~~~~~
* ...
Validators Validators
~~~~~~~~~~ ~~~~~~~~~~
@ -387,14 +272,6 @@ Validators
Backwards incompatible changes in 5.1 Backwards incompatible changes in 5.1
===================================== =====================================
Database backend API
--------------------
This section describes changes that may be needed in third-party database
backends.
* ...
:mod:`django.contrib.gis` :mod:`django.contrib.gis`
------------------------- -------------------------