summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-07-18 23:46:10 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-07-18 23:46:10 +0000
commit5735e161a211a6f3e335e68e97f4edc1d42612c1 (patch)
tree3acf38ab52871bc6e96184b9e878d5f98163bc1f /docs
parent1442ebe1298c9347ce90e042a5adc146de57d2b2 (diff)
Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache backend in [6822].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 67e3770798..fbe23b5e88 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -252,7 +252,7 @@ The site-specific user profile model used by this site. See the
CACHE_BACKEND
-------------
-Default: ``'simple://'``
+Default: ``'locmem://'``
The cache backend to use. See the `cache docs`_.