From 8e68c50341f0d159b7af9d2a071c7c24ffc126b7 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 22 May 2024 11:12:30 -0300 Subject: [PATCH] Removed empty sections from 5.1 release notes. --- docs/releases/5.1.txt | 123 ------------------------------------------ 1 file changed, 123 deletions(-) diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index f2b7663576..bb79e3590a 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -49,11 +49,6 @@ Minor features * :attr:`.ModelAdmin.list_display` now supports using ``__`` lookups to list fields from related models. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -80,11 +75,6 @@ Minor features accessibility of the :class:`~django.contrib.auth.forms.UserChangeForm`. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -129,22 +119,12 @@ Minor features now support the optional ``srid`` argument (except for Oracle where it is ignored). -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * :class:`~django.contrib.postgres.indexes.BTreeIndex` now supports the ``deduplicate_items`` parameter. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sessions` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -157,41 +137,6 @@ Minor features session engines now provide async API. The new asynchronous methods all have ``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 ~~~~~~~~~~~~~~~~~ @@ -205,16 +150,6 @@ Database backends * ``"pool"`` option is now supported in :setting:`OPTIONS` on PostgreSQL to allow using :ref:`connection pools `. -Decorators -~~~~~~~~~~ - -* ... - -Email -~~~~~ - -* ... - Error Reporting ~~~~~~~~~~~~~~~ @@ -228,11 +163,6 @@ File Storage parameter of :class:`~django.core.files.storage.FileSystemStorage` allows saving new files over existing ones. -File Uploads -~~~~~~~~~~~~ - -* ... - Forms ~~~~~ @@ -240,21 +170,6 @@ Forms fieldsets with their help text, the form fieldset now includes the ``aria-describedby`` HTML attribute. -Generic Views -~~~~~~~~~~~~~ - -* ... - -Internationalization -~~~~~~~~~~~~~~~~~~~~ - -* ... - -Logging -~~~~~~~ - -* ... - Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -304,26 +219,6 @@ Models specifying that the expression should be ignored during a constraint validation. -Requests and Responses -~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -Security -~~~~~~~~ - -* ... - -Serialization -~~~~~~~~~~~~~ - -* ... - -Signals -~~~~~~~ - -* ... - Templates ~~~~~~~~~ @@ -364,16 +259,6 @@ Tests * In order to enforce test isolation, database connections inside threads are no longer allowed in :class:`~django.test.SimpleTestCase`. -URLs -~~~~ - -* ... - -Utilities -~~~~~~~~~ - -* ... - Validators ~~~~~~~~~~ @@ -387,14 +272,6 @@ Validators 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` -------------------------