Author: russellm
Date: 2010-05-09 01:44:12 -0500 (Sun, 09 May 2010)
New Revision: 13169

Modified:
   django/trunk/docs/ref/settings.txt
   django/trunk/docs/topics/http/sessions.txt
Log:
Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks 
to [email protected] for the report and Gabriel Hurley for the patch.

Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt  2010-05-09 06:43:18 UTC (rev 13168)
+++ django/trunk/docs/ref/settings.txt  2010-05-09 06:44:12 UTC (rev 13169)
@@ -1226,7 +1226,7 @@
 .. versionadded:: 1.0
 
 .. versionchanged:: 1.1
-   The ``cache_db`` backend was added
+   The ``cached_db`` backend was added
 
 Default: ``django.contrib.sessions.backends.db``
 
@@ -1235,7 +1235,7 @@
     * ``'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`.
 

Modified: django/trunk/docs/topics/http/sessions.txt
===================================================================
--- django/trunk/docs/topics/http/sessions.txt  2010-05-09 06:43:18 UTC (rev 
13168)
+++ django/trunk/docs/topics/http/sessions.txt  2010-05-09 06:44:12 UTC (rev 
13169)
@@ -420,7 +420,7 @@
 .. versionadded:: 1.0
 
 .. versionchanged:: 1.1
-   The ``cache_db`` backend was added
+   The ``cached_db`` backend was added
 
 Default: ``django.contrib.sessions.backends.db``
 
@@ -429,7 +429,7 @@
     * ``'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.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to