diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 14:49:38 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 14:49:38 +0000 |
| commit | 6237768b5132d582c3e1588213ef5cf84d9d9158 (patch) | |
| tree | a8bb2fabf4cf4b6cea3b92bc0931184d49819fad /docs/topics/http | |
| parent | 1089bda54600b55a73f09c53c9b6dcee2f197b17 (diff) | |
Fixed #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/sessions.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index cfe53c514b..3354eb7f24 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -422,6 +422,9 @@ SESSION_ENGINE .. versionadded:: 1.0 +.. versionchanged:: 1.1 + The ``cache_db`` backend was added + Default: ``django.contrib.sessions.backends.db`` Controls where Django stores session data. Valid values are: @@ -429,6 +432,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'`` See `configuring the session engine`_ for more details. |
