summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-22 12:49:37 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:49:37 -0400
commit559040f3d3552870cf010b5d10779ab30913d854 (patch)
tree14352d921f2ad55273f884fa1f687adfa7533185 /docs
parent3926d5d406b5f1f0c230b7ec249af909dfb86800 (diff)
Removed empty sections in 2.0 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt80
1 files changed, 0 insertions, 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 <https://select2.org>`_ 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
<django.contrib.gis.gdal.GDALBand.color_interp>` 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() <django.core.files.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
~~~~~~~~~~