From 5735e161a211a6f3e335e68e97f4edc1d42612c1 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Fri, 18 Jul 2008 23:46:10 +0000 Subject: [PATCH] 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 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`_.