mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Removed versionadded/changed notes for 1.7.
This commit is contained in:
parent
0e60912492
commit
c79faae761
64 changed files with 100 additions and 864 deletions
|
|
@ -95,11 +95,6 @@ session data be expunged from time to time, the ``cache`` backend is for you.
|
|||
If you use the ``cached_db`` session backend, you also need to follow the
|
||||
configuration instructions for the `using database-backed sessions`_.
|
||||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
Before version 1.7, the ``cached_db`` backend always used the ``default``
|
||||
cache rather than the :setting:`SESSION_CACHE_ALIAS`.
|
||||
|
||||
Using file-based sessions
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -77,10 +77,6 @@ Optional arguments
|
|||
The ``current_app`` argument is deprecated. Instead you should set
|
||||
``request.current_app``.
|
||||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
The ``dirs`` parameter was added.
|
||||
|
||||
.. deprecated:: 1.8
|
||||
|
||||
The ``dirs`` parameter was deprecated.
|
||||
|
|
@ -167,10 +163,6 @@ Optional arguments
|
|||
|
||||
The ``status`` parameter was added.
|
||||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
The ``dirs`` parameter was added.
|
||||
|
||||
.. deprecated:: 1.8
|
||||
|
||||
The ``dirs`` parameter was deprecated.
|
||||
|
|
@ -223,10 +215,6 @@ This example is equivalent to::
|
|||
By default issues a temporary redirect; pass ``permanent=True`` to issue a
|
||||
permanent redirect.
|
||||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
The ability to use relative URLs was added.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue