Removed unused sections in 1.10 release notes.
This commit is contained in:
parent
546649f2d6
commit
0eac5535f7
|
@ -103,11 +103,6 @@ Minor features
|
||||||
* The jQuery library embedded in the admin is upgraded from version 2.1.4 to
|
* The jQuery library embedded in the admin is upgraded from version 2.1.4 to
|
||||||
2.2.3.
|
2.2.3.
|
||||||
|
|
||||||
:mod:`django.contrib.admindocs`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.auth`
|
:mod:`django.contrib.auth`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -135,11 +130,6 @@ Minor features
|
||||||
:func:`~django.contrib.auth.views.login` view allows redirecting
|
:func:`~django.contrib.auth.views.login` view allows redirecting
|
||||||
authenticated users visiting the login page.
|
authenticated users visiting the login page.
|
||||||
|
|
||||||
:mod:`django.contrib.contenttypes`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.gis`
|
:mod:`django.contrib.gis`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -197,33 +187,18 @@ Minor features
|
||||||
* Added raster support for all :doc:`spatial lookups
|
* Added raster support for all :doc:`spatial lookups
|
||||||
</ref/contrib/gis/geoquerysets>`.
|
</ref/contrib/gis/geoquerysets>`.
|
||||||
|
|
||||||
:mod:`django.contrib.messages`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.postgres`
|
:mod:`django.contrib.postgres`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* For convenience, :class:`~django.contrib.postgres.fields.HStoreField` now
|
* For convenience, :class:`~django.contrib.postgres.fields.HStoreField` now
|
||||||
casts its keys and values to strings.
|
casts its keys and values to strings.
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
:mod:`django.contrib.sessions`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The :djadmin:`clearsessions` management command now removes file-based
|
* The :djadmin:`clearsessions` management command now removes file-based
|
||||||
sessions.
|
sessions.
|
||||||
|
|
||||||
:mod:`django.contrib.sitemaps`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sites`
|
:mod:`django.contrib.sites`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -239,11 +214,6 @@ Minor features
|
||||||
``{% load staticfiles %}`` or ``{% load static from staticfiles %}``) and
|
``{% load staticfiles %}`` or ``{% load static from staticfiles %}``) and
|
||||||
not worry about whether or not the ``staticfiles`` app is installed.
|
not worry about whether or not the ``staticfiles`` app is installed.
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Cache
|
Cache
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -279,11 +249,6 @@ Database backends
|
||||||
parameters of :meth:`Func.as_sql() <django.db.models.Func.as_sql>` for an
|
parameters of :meth:`Func.as_sql() <django.db.models.Func.as_sql>` for an
|
||||||
example.
|
example.
|
||||||
|
|
||||||
Email
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
File Storage
|
File Storage
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -299,11 +264,6 @@ File Storage
|
||||||
to implement custom storages that don't use the ``os.path`` calls previously
|
to implement custom storages that don't use the ``os.path`` calls previously
|
||||||
in :class:`~django.db.models.FileField`.
|
in :class:`~django.db.models.FileField`.
|
||||||
|
|
||||||
File Uploads
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Forms
|
Forms
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -491,11 +451,6 @@ Serialization
|
||||||
* The ``django.core.serializers.json.DjangoJSONEncoder`` now knows how to
|
* The ``django.core.serializers.json.DjangoJSONEncoder`` now knows how to
|
||||||
serialize lazy strings, typically used for translatable content.
|
serialize lazy strings, typically used for translatable content.
|
||||||
|
|
||||||
Signals
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Templates
|
Templates
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue