From a0c059995a2f89c8059552a6a99b540ed64d9e82 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 17 Jan 2019 11:43:46 +0100 Subject: [PATCH] Removed empty sections from 2.2 release notes. --- docs/releases/2.2.txt | 81 ------------------------------------------- 1 file changed, 81 deletions(-) diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index fc2c296fce..b988fd185c 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -47,22 +47,12 @@ Minor features * Added a CSS class to the column headers of :class:`~django.contrib.admin.TabularInline`. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ * The ``HttpRequest`` is now passed as the first positional argument to :meth:`.RemoteUserBackend.configure_user`, if it accepts it. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -72,11 +62,6 @@ Minor features * Added SpatiaLite support for the :lookup:`coveredby` and :lookup:`covers` lookups. -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -97,73 +82,17 @@ Minor features :class:`~django.contrib.postgres.search.SearchQuery` allows searching for a phrase or raw expression. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sessions` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sitemaps` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.staticfiles` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added path matching to the :option:`collectstatic --ignore` option so that patterns like ``/vendor/*.js`` can be used. -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -Cache -~~~~~ - -* ... - -CSRF -~~~~ - -* ... - Database backends ~~~~~~~~~~~~~~~~~ * Added result streaming for :meth:`.QuerySet.iterator` on SQLite. -Email -~~~~~ - -* ... - -File Storage -~~~~~~~~~~~~ - -* ... - -File Uploads -~~~~~~~~~~~~ - -* ... - - -Forms -~~~~~ - -* ... - Generic Views ~~~~~~~~~~~~~ @@ -277,16 +206,6 @@ Serialization ``handle_forward_references=True`` to ``serializers.deserialize()``. Additionally, :djadmin:`loaddata` handles forward references automatically. -Signals -~~~~~~~ - -* ... - -Templates -~~~~~~~~~ - -* ... - Tests ~~~~~