diff options
| author | Carl Meyer <carl@oddbird.net> | 2011-01-19 20:37:58 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2011-01-19 20:37:58 +0000 |
| commit | f399f8bd719202a6cbdf22ecd9496fa44c388b47 (patch) | |
| tree | 468f3324601a52b126696bd81501678c860946b1 /docs/topics | |
| parent | 621f48086e188025cff9a1a4a521439a358a8452 (diff) | |
Corrected an outdated reference to cmemcache in contributing docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index b1273041c9..9a87b45f0a 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -58,6 +58,8 @@ settings file. Here's an explanation of all available values for been replaced with the new dictionary-based :setting:`CACHES` setting. +.. _memcached: + Memcached --------- |
