Author: timo
Date: 2011-05-22 09:59:45 -0700 (Sun, 22 May 2011)
New Revision: 16265

Modified:
   django/trunk/docs/topics/cache.txt
Log:
Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal.

Modified: django/trunk/docs/topics/cache.txt
===================================================================
--- django/trunk/docs/topics/cache.txt  2011-05-22 16:44:14 UTC (rev 16264)
+++ django/trunk/docs/topics/cache.txt  2011-05-22 16:59:45 UTC (rev 16265)
@@ -116,7 +116,7 @@
 servers. This means you can run Memcached daemons on multiple machines, and the
 program will treat the group of machines as a *single* cache, without the need
 to duplicate cache values on each machine. To take advantage of this feature,
-include all server addresses in :setting:`BACKEND <CACHES-BACKEND>`, either
+include all server addresses in :setting:`LOCATION <CACHES-LOCATION>`, either
 separated by semicolons or as a list.
 
 In this example, the cache is shared over Memcached instances running on IP

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to