diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-02-14 11:22:33 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-02-14 11:25:07 +0100 |
| commit | cfdc003ab7d456ad76a7c3eb33274a055270df23 (patch) | |
| tree | 7efa68cd250789e9539fa942b9dbaf2ae567d9ba | |
| parent | f83bec4847de7853ba3770ccaa05874b9d441e7d (diff) | |
[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docs
Backport of 668d0b8d from master.
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 223d9ae9e7..48f682b530 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -137,7 +137,7 @@ on the IP addresses 172.19.26.240 (port 11211), 172.19.26.242 (port 11212), and 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': [ '172.19.26.240:11211', - '172.19.26.242:11211', + '172.19.26.242:11212', '172.19.26.244:11213', ] } |
