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:
parent
1442ebe129
commit
5735e161a2
|
@ -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`_.
|
||||
|
||||
|
|
Loading…
Reference in New Issue