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
This commit is contained in:
Gary Wilson Jr 2008-07-18 23:46:10 +00:00
parent 1442ebe129
commit 5735e161a2
1 changed files with 1 additions and 1 deletions

View File

@ -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`_.