From 559040f3d3552870cf010b5d10779ab30913d854 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 22 Sep 2017 12:49:37 -0400 Subject: [PATCH] Removed empty sections in 2.0 release notes. --- docs/releases/2.0.txt | 80 ------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index bff7063df8..851067e818 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -97,22 +97,12 @@ Minor features `Select2 `_ search widget for ``ForeignKey`` and ``ManyToManyField``. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ * The default iteration count for the PBKDF2 password hasher is increased from 36,000 to 100,000. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -148,11 +138,6 @@ Minor features ` method returns the color interpretation for the band. -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -178,69 +163,24 @@ Minor features * :djadmin:`inspectdb` can now introspect ``JSONField`` and various ``RangeField``\s (``django.contrib.postgres`` must be in ``INSTALLED_APPS``). -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sessions` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sitemaps` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added the ``protocol`` keyword argument to the :class:`~django.contrib.sitemaps.GenericSitemap` constructor. -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.staticfiles` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - Cache ~~~~~ * On memcached, ``cache.set_many()`` returns a list of keys that failed to be inserted. -CSRF -~~~~ - -* ... - -Database backends -~~~~~~~~~~~~~~~~~ - -* ... - -Email -~~~~~ - -* ... - File Storage ~~~~~~~~~~~~ * :meth:`File.open() ` can be used as a context manager, e.g. ``with file.open() as f:``. -File Uploads -~~~~~~~~~~~~ - -* ... - Forms ~~~~~ @@ -260,11 +200,6 @@ Generic Views * The new :attr:`.ContextMixin.extra_context` attribute allows adding context in ``View.as_view()``. -Internationalization -~~~~~~~~~~~~~~~~~~~~ - -* ... - Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -368,16 +303,6 @@ Requests and Responses * The :djadmin:`runserver` Web server supports HTTP 1.1. -Serialization -~~~~~~~~~~~~~ - -* ... - -Signals -~~~~~~~ - -* ... - Templates ~~~~~~~~~ @@ -396,11 +321,6 @@ Tests Oracle: :setting:`DATAFILE_SIZE`, :setting:`DATAFILE_TMP_SIZE`, :setting:`DATAFILE_EXTSIZE`, and :setting:`DATAFILE_TMP_EXTSIZE`. -URLs -~~~~ - -* ... - Validators ~~~~~~~~~~