mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
[1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks to mb0@mb0.org for the report and Gabriel Hurley for the patch.
Backport of r13169 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
814268fb54
commit
5d751026b5
@ -874,7 +874,7 @@ SESSION_ENGINE
|
||||
.. versionadded:: 1.0
|
||||
|
||||
.. versionchanged:: 1.1
|
||||
The ``cache_db`` backend was added
|
||||
The ``cached_db`` backend was added
|
||||
|
||||
Default: ``django.contrib.sessions.backends.db``
|
||||
|
||||
@ -883,7 +883,7 @@ Controls where Django stores session data. Valid values are:
|
||||
* ``'django.contrib.sessions.backends.db'``
|
||||
* ``'django.contrib.sessions.backends.file'``
|
||||
* ``'django.contrib.sessions.backends.cache'``
|
||||
* ``'django.contrib.sessions.backends.cache_db'``
|
||||
* ``'django.contrib.sessions.backends.cached_db'``
|
||||
|
||||
See :ref:`topics-http-sessions`.
|
||||
|
||||
|
@ -415,7 +415,7 @@ SESSION_ENGINE
|
||||
.. versionadded:: 1.0
|
||||
|
||||
.. versionchanged:: 1.1
|
||||
The ``cache_db`` backend was added
|
||||
The ``cached_db`` backend was added
|
||||
|
||||
Default: ``django.contrib.sessions.backends.db``
|
||||
|
||||
@ -424,7 +424,7 @@ Controls where Django stores session data. Valid values are:
|
||||
* ``'django.contrib.sessions.backends.db'``
|
||||
* ``'django.contrib.sessions.backends.file'``
|
||||
* ``'django.contrib.sessions.backends.cache'``
|
||||
* ``'django.contrib.sessions.backends.cache_db'``
|
||||
* ``'django.contrib.sessions.backends.cached_db'``
|
||||
|
||||
See `configuring the session engine`_ for more details.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user