summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-19 11:49:15 -0400
committerTim Graham <timograham@gmail.com>2016-05-19 11:49:15 -0400
commit0eac5535f7afd2295b1db978dffb97d79030807e (patch)
treeaf78a02347e735371aceb268fb460be70fd11ae6
parent546649f2d6d687353ced6f68ea113e9f59f5dac3 (diff)
Removed unused sections in 1.10 release notes.
-rw-r--r--docs/releases/1.10.txt45
1 files changed, 0 insertions, 45 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 405d7d5715..feff144a96 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -103,11 +103,6 @@ Minor features
* The jQuery library embedded in the admin is upgraded from version 2.1.4 to
2.2.3.
-:mod:`django.contrib.admindocs`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -135,11 +130,6 @@ Minor features
:func:`~django.contrib.auth.views.login` view allows redirecting
authenticated users visiting the login page.
-:mod:`django.contrib.contenttypes`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -197,33 +187,18 @@ Minor features
* Added raster support for all :doc:`spatial lookups
</ref/contrib/gis/geoquerysets>`.
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* For convenience, :class:`~django.contrib.postgres.fields.HStoreField` now
casts its keys and values to strings.
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.sessions`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* The :djadmin:`clearsessions` management command now removes file-based
sessions.
-:mod:`django.contrib.sitemaps`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.sites`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -239,11 +214,6 @@ Minor features
``{% load staticfiles %}`` or ``{% load static from staticfiles %}``) and
not worry about whether or not the ``staticfiles`` app is installed.
-:mod:`django.contrib.syndication`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
Cache
~~~~~
@@ -279,11 +249,6 @@ Database backends
parameters of :meth:`Func.as_sql() <django.db.models.Func.as_sql>` for an
example.
-Email
-~~~~~
-
-* ...
-
File Storage
~~~~~~~~~~~~
@@ -299,11 +264,6 @@ File Storage
to implement custom storages that don't use the ``os.path`` calls previously
in :class:`~django.db.models.FileField`.
-File Uploads
-~~~~~~~~~~~~
-
-* ...
-
Forms
~~~~~
@@ -491,11 +451,6 @@ Serialization
* The ``django.core.serializers.json.DjangoJSONEncoder`` now knows how to
serialize lazy strings, typically used for translatable content.
-Signals
-~~~~~~~
-
-* ...
-
Templates
~~~~~~~~~