diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-14 16:51:00 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 08:51:17 +0100 |
| commit | 772cd2b15b158679b9dc15fb599aa935ec7c25b1 (patch) | |
| tree | 95afea5be7e8d5ebf2446862c6739b34e0b5e682 /docs | |
| parent | 0e2649fdf40cedc5be7e2c0e5f7711f315e36b84 (diff) | |
Removed empty sections from 4.2 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 717a13c08f..b7a3e06205 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -132,11 +132,6 @@ Minor features * jQuery is upgraded from version 3.6.0 to 3.6.3. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -149,11 +144,6 @@ Minor features * The new :class:`~django.contrib.auth.forms.BaseUserCreationForm` is now the recommended base class for customizing the user creation form. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -183,11 +173,6 @@ Minor features functions allow creating geometries from Well-known binary (WKB) and Well-known text (WKT) representations. -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -201,27 +186,12 @@ Minor features * The :lookup:`arrayfield.overlap` lookup now supports ``QuerySet.values()`` and ``values_list()`` as a right-hand side. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sessions` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sitemaps` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * The new :meth:`.Sitemap.get_languages_for_item` method allows customizing the list of languages for which the item is displayed. -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.staticfiles` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -233,21 +203,6 @@ Minor features a hash over all files in the manifest and changes whenever one of the files changes. -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -Cache -~~~~~ - -* ... - -CSRF -~~~~ - -* ... - Database backends ~~~~~~~~~~~~~~~~~ @@ -274,16 +229,6 @@ Error Reporting * The debug page now shows :pep:`exception notes <678>` and :pep:`fine-grained error locations <657>` on Python 3.11+. -File Storage -~~~~~~~~~~~~ - -* ... - -File Uploads -~~~~~~~~~~~~ - -* ... - Forms ~~~~~ @@ -296,11 +241,6 @@ Forms * Session cookies are now treated as credentials and therefore hidden and replaced with stars (``**********``) in error reports. -Generic Views -~~~~~~~~~~~~~ - -* ... - Internationalization ~~~~~~~~~~~~~~~~~~~~ @@ -376,26 +316,6 @@ Requests and Responses * :class:`~django.http.StreamingHttpResponse` now supports async iterators when Django is served via ASGI. -Security -~~~~~~~~ - -* ... - -Serialization -~~~~~~~~~~~~~ - -* ... - -Signals -~~~~~~~ - -* ... - -Templates -~~~~~~~~~ - -* ... - Tests ~~~~~ @@ -418,11 +338,6 @@ Tests self.client.get("/home/", headers={"accept-language": "fr"}) await self.async_client.get("/home/", headers={"accept-language": "fr"}) -URLs -~~~~ - -* ... - Utilities ~~~~~~~~~ |
