Commit 5735e161 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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
parent 1442ebe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`_.