summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-16 09:58:26 -0500
committerTim Graham <timograham@gmail.com>2017-01-16 09:58:26 -0500
commitf2d2f178965584a1ebe666a6621ef82581233fab (patch)
tree89b7428401b074a66e20c5041c7e4b0c981b35d8
parent0bc59978abecdd5c1a7e600d2d2c2746089b1329 (diff)
Removed empty sections from 1.11 release notes.
-rw-r--r--docs/releases/1.11.txt68
1 files changed, 4 insertions, 64 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 0e47203549..84f5f749b5 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -94,11 +94,6 @@ Minor features
model, or by setting the :attr:`.ModelAdmin.popup_response_template`
attribute.
-:mod:`django.contrib.admindocs`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -200,11 +195,6 @@ Minor features
:class:`~django.contrib.gis.db.models.functions.IsValid` function, and
:lookup:`isvalid` lookup.
-:mod:`django.contrib.messages`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -232,36 +222,6 @@ Minor features
:class:`~django.contrib.postgres.forms.HStoreField` allow storing null
values.
-:mod:`django.contrib.redirects`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sessions`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sitemaps`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.sites`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.staticfiles`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
-:mod:`django.contrib.syndication`
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* ...
-
Cache
~~~~~
@@ -312,11 +272,6 @@ File Storage
:class:`~django.core.files.File` now has the ``readable()``, ``writable()``,
and ``seekable()`` methods.
-File Uploads
-~~~~~~~~~~~~
-
-* ...
-
Forms
~~~~~
@@ -327,11 +282,6 @@ Forms
<django.forms.Form.get_initial_for_field>` method returns initial data for a
form field.
-Generic Views
-~~~~~~~~~~~~~
-
-* ...
-
Internationalization
~~~~~~~~~~~~~~~~~~~~
@@ -426,11 +376,6 @@ Serialization
:class:`~datetime.timedelta` objects (used by
:class:`~django.db.models.DurationField`).
-Signals
-~~~~~~~
-
-* ...
-
Templates
~~~~~~~~~
@@ -470,11 +415,6 @@ Tests
Override the :meth:`.DiscoverRunner.run_checks` method if you want to disable
that.
-URLs
-~~~~
-
-* ...
-
Validators
~~~~~~~~~~
@@ -506,6 +446,10 @@ Backwards incompatible changes in 1.11
updated. Check your project if you subclass these widgets or extend the
templates.
+* Support for SpatiaLite < 4.0 is dropped.
+
+* Support for GDAL 1.7 and 1.8 is dropped.
+
:mod:`django.contrib.staticfiles`
---------------------------------
@@ -653,10 +597,6 @@ Miscellaneous
the current UTC date/time, instead of a datetime without any timezone
information.
-* Support for SpatiaLite < 4.0 is dropped.
-
-* Support for GDAL 1.7 and 1.8 is dropped.
-
* CSRF failures are logged to the ``django.security.csrf`` logger instead of
``django.request``.