From f2d2f178965584a1ebe666a6621ef82581233fab Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 16 Jan 2017 09:58:26 -0500 Subject: [PATCH] Removed empty sections from 1.11 release notes. --- docs/releases/1.11.txt | 68 +++--------------------------------------- 1 file 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 ` 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``.