summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2019-01-17 11:43:46 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-01-17 16:25:02 +0100
commita0c059995a2f89c8059552a6a99b540ed64d9e82 (patch)
tree6a39c2060e27219f4db04da4a2b95434847535d2 /docs/releases/2.2.txt
parentba1a3c60340d62795ad9d8dcd9719f4aeed10e5b (diff)
Removed empty sections from 2.2 release notes.
Diffstat (limited to 'docs/releases/2.2.txt')
-rw-r--r--docs/releases/2.2.txt81
1 files changed, 0 insertions, 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
~~~~~