From a7aaba0f85cb9a2d32b686431f496820fdf15884 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:08:44 -0300 Subject: [PATCH] Removed empty sections from 5.0 release notes. --- docs/releases/5.0.txt | 94 ------------------------------------------- 1 file changed, 94 deletions(-) diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 8f8814271a6..2e23d8df836 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -216,10 +216,6 @@ Minor features * jQuery is upgraded from version 3.6.4 to 3.7.1. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -280,36 +276,6 @@ Minor features customizing the ``code`` of ``ValidationError`` raised during :ref:`model validation `. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sessions` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sitemaps` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.staticfiles` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - Asynchronous views ~~~~~~~~~~~~~~~~~~ @@ -317,16 +283,6 @@ Asynchronous views perform any necessary cleanup if a client disconnects before the response is generated. See :ref:`async-handling-disconnect` for more details. -Cache -~~~~~ - -* ... - -CSRF -~~~~ - -* ... - Decorators ~~~~~~~~~~ @@ -356,11 +312,6 @@ Decorators * ``xframe_options_sameorigin()`` * ``xframe_options_exempt()`` -Email -~~~~~ - -* ... - Error Reporting ~~~~~~~~~~~~~~~ @@ -374,11 +325,6 @@ File Storage * :meth:`.File.open` now passes all positional (``*args``) and keyword arguments (``**kwargs``) to Python's built-in :func:`python:open`. -File Uploads -~~~~~~~~~~~~ - -* ... - Forms ~~~~~ @@ -392,26 +338,11 @@ Forms * In order to improve accessibility, the invalid form field now includes the ``aria-invalid="true"`` HTML attribute. -Generic Views -~~~~~~~~~~~~~ - -* ... - Internationalization ~~~~~~~~~~~~~~~~~~~~ * Added support and translations for the Uyghur language. -Logging -~~~~~~~ - -* ... - -Management Commands -~~~~~~~~~~~~~~~~~~~ - -* ... - Migrations ~~~~~~~~~~ @@ -468,21 +399,6 @@ Pagination * The new :attr:`django.core.paginator.Paginator.error_messages` argument allows customizing the error messages raised by :meth:`.Paginator.page`. -Requests and Responses -~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -Security -~~~~~~~~ - -* ... - -Serialization -~~~~~~~~~~~~~ - -* ... - Signals ~~~~~~~ @@ -510,16 +426,6 @@ Tests * The new :option:`test --durations` option allows showing the duration of the slowest tests on Python 3.12+. -URLs -~~~~ - -* ... - -Utilities -~~~~~~~~~ - -* ... - Validators ~~~~~~~~~~