Kaydet (Commit) f2d2f178 authored tarafından Tim Graham's avatar Tim Graham

Removed empty sections from 1.11 release notes.

üst 0bc59978
...@@ -94,11 +94,6 @@ Minor features ...@@ -94,11 +94,6 @@ Minor features
model, or by setting the :attr:`.ModelAdmin.popup_response_template` model, or by setting the :attr:`.ModelAdmin.popup_response_template`
attribute. attribute.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.auth` :mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
...@@ -200,11 +195,6 @@ Minor features ...@@ -200,11 +195,6 @@ Minor features
:class:`~django.contrib.gis.db.models.functions.IsValid` function, and :class:`~django.contrib.gis.db.models.functions.IsValid` function, and
:lookup:`isvalid` lookup. :lookup:`isvalid` lookup.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
:mod:`django.contrib.postgres` :mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...@@ -232,36 +222,6 @@ Minor features ...@@ -232,36 +222,6 @@ Minor features
:class:`~django.contrib.postgres.forms.HStoreField` allow storing null :class:`~django.contrib.postgres.forms.HStoreField` allow storing null
values. 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 Cache
~~~~~ ~~~~~
...@@ -312,11 +272,6 @@ File Storage ...@@ -312,11 +272,6 @@ File Storage
:class:`~django.core.files.File` now has the ``readable()``, ``writable()``, :class:`~django.core.files.File` now has the ``readable()``, ``writable()``,
and ``seekable()`` methods. and ``seekable()`` methods.
File Uploads
~~~~~~~~~~~~
* ...
Forms Forms
~~~~~ ~~~~~
...@@ -327,11 +282,6 @@ Forms ...@@ -327,11 +282,6 @@ Forms
<django.forms.Form.get_initial_for_field>` method returns initial data for a <django.forms.Form.get_initial_for_field>` method returns initial data for a
form field. form field.
Generic Views
~~~~~~~~~~~~~
* ...
Internationalization Internationalization
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
...@@ -426,11 +376,6 @@ Serialization ...@@ -426,11 +376,6 @@ Serialization
:class:`~datetime.timedelta` objects (used by :class:`~datetime.timedelta` objects (used by
:class:`~django.db.models.DurationField`). :class:`~django.db.models.DurationField`).
Signals
~~~~~~~
* ...
Templates Templates
~~~~~~~~~ ~~~~~~~~~
...@@ -470,11 +415,6 @@ Tests ...@@ -470,11 +415,6 @@ Tests
Override the :meth:`.DiscoverRunner.run_checks` method if you want to disable Override the :meth:`.DiscoverRunner.run_checks` method if you want to disable
that. that.
URLs
~~~~
* ...
Validators Validators
~~~~~~~~~~ ~~~~~~~~~~
...@@ -506,6 +446,10 @@ Backwards incompatible changes in 1.11 ...@@ -506,6 +446,10 @@ Backwards incompatible changes in 1.11
updated. Check your project if you subclass these widgets or extend the updated. Check your project if you subclass these widgets or extend the
templates. templates.
* Support for SpatiaLite < 4.0 is dropped.
* Support for GDAL 1.7 and 1.8 is dropped.
:mod:`django.contrib.staticfiles` :mod:`django.contrib.staticfiles`
--------------------------------- ---------------------------------
...@@ -653,10 +597,6 @@ Miscellaneous ...@@ -653,10 +597,6 @@ Miscellaneous
the current UTC date/time, instead of a datetime without any timezone the current UTC date/time, instead of a datetime without any timezone
information. 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 * CSRF failures are logged to the ``django.security.csrf`` logger instead of
``django.request``. ``django.request``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment