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