Removed empty sections in 1.8 minor features.
This commit is contained in:
parent
b4ac232907
commit
8e8daf7c9b
|
@ -233,16 +233,6 @@ Minor features
|
||||||
``OGRException`` has been kept for backwards compatibility but should not be
|
``OGRException`` has been kept for backwards compatibility but should not be
|
||||||
used any longer.
|
used any longer.
|
||||||
|
|
||||||
:mod:`django.contrib.messages`
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
:mod:`django.contrib.sessions`
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -267,16 +257,6 @@ Minor features
|
||||||
``migrate`` now respects the :setting:`SITE_ID` setting (instead of always
|
``migrate`` now respects the :setting:`SITE_ID` setting (instead of always
|
||||||
using ``pk=1``).
|
using ``pk=1``).
|
||||||
|
|
||||||
:mod:`django.contrib.staticfiles`
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Cache
|
Cache
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
||||||
|
@ -332,11 +312,6 @@ File Storage
|
||||||
note <storage-max-length-update>` about adding this argument to your custom
|
note <storage-max-length-update>` about adding this argument to your custom
|
||||||
storage classes.
|
storage classes.
|
||||||
|
|
||||||
File Uploads
|
|
||||||
^^^^^^^^^^^^
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Forms
|
Forms
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue