mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Removed empty sections from 2.2 release notes.
This commit is contained in:
parent
ba1a3c6034
commit
a0c059995a
@ -47,22 +47,12 @@ Minor features
|
|||||||
* Added a CSS class to the column headers of
|
* Added a CSS class to the column headers of
|
||||||
:class:`~django.contrib.admin.TabularInline`.
|
:class:`~django.contrib.admin.TabularInline`.
|
||||||
|
|
||||||
:mod:`django.contrib.admindocs`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.auth`
|
:mod:`django.contrib.auth`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The ``HttpRequest`` is now passed as the first positional argument to
|
* The ``HttpRequest`` is now passed as the first positional argument to
|
||||||
:meth:`.RemoteUserBackend.configure_user`, if it accepts it.
|
:meth:`.RemoteUserBackend.configure_user`, if it accepts it.
|
||||||
|
|
||||||
:mod:`django.contrib.contenttypes`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.gis`
|
:mod:`django.contrib.gis`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -72,11 +62,6 @@ Minor features
|
|||||||
* Added SpatiaLite support for the :lookup:`coveredby` and :lookup:`covers`
|
* Added SpatiaLite support for the :lookup:`coveredby` and :lookup:`covers`
|
||||||
lookups.
|
lookups.
|
||||||
|
|
||||||
:mod:`django.contrib.messages`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.postgres`
|
:mod:`django.contrib.postgres`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -97,73 +82,17 @@ Minor features
|
|||||||
:class:`~django.contrib.postgres.search.SearchQuery` allows searching for
|
:class:`~django.contrib.postgres.search.SearchQuery` allows searching for
|
||||||
a phrase or raw expression.
|
a phrase or raw expression.
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sessions`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sitemaps`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.sites`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
:mod:`django.contrib.staticfiles`
|
:mod:`django.contrib.staticfiles`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Added path matching to the :option:`collectstatic --ignore` option so that
|
* Added path matching to the :option:`collectstatic --ignore` option so that
|
||||||
patterns like ``/vendor/*.js`` can be used.
|
patterns like ``/vendor/*.js`` can be used.
|
||||||
|
|
||||||
:mod:`django.contrib.syndication`
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Cache
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
CSRF
|
|
||||||
~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Database backends
|
Database backends
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Added result streaming for :meth:`.QuerySet.iterator` on SQLite.
|
* Added result streaming for :meth:`.QuerySet.iterator` on SQLite.
|
||||||
|
|
||||||
Email
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
File Storage
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
File Uploads
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
|
|
||||||
Forms
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Generic Views
|
Generic Views
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -277,16 +206,6 @@ Serialization
|
|||||||
``handle_forward_references=True`` to ``serializers.deserialize()``.
|
``handle_forward_references=True`` to ``serializers.deserialize()``.
|
||||||
Additionally, :djadmin:`loaddata` handles forward references automatically.
|
Additionally, :djadmin:`loaddata` handles forward references automatically.
|
||||||
|
|
||||||
Signals
|
|
||||||
~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Templates
|
|
||||||
~~~~~~~~~
|
|
||||||
|
|
||||||
* ...
|
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user