summaryrefslogtreecommitdiff
path: root/docs/cache.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-02-24 06:09:35 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-02-24 06:09:35 +0000
commitc2b60ce1368395d812742f2e67a526c40397c244 (patch)
treecaadb67ab74aae173e5b2ff3c06757ffc471076f /docs/cache.txt
parentc5073320a77058206f9b4b79420586531764aa26 (diff)
Added note to docs/cache.txt about memcached backend requiring Python memcached bindings, and added link to that for download
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
-rw-r--r--docs/cache.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 58705c23c0..f1f5668137 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -33,6 +33,9 @@ Examples:
multiple memcached servers by separating
them with semicolons.
+ This backend requires the
+ `Python memcached bindings`_.
+
db://tablename/ A database backend in a table named
"tablename". This table should be created
with "django-admin createcachetable".
@@ -82,6 +85,7 @@ Invalid arguments are silently ignored, as are invalid values of known
arguments.
.. _memcached: http://www.danga.com/memcached/
+.. _Python memcached bindings: ftp://ftp.tummy.com/pub/python-memcached/
The per-site cache
==================