diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-08 07:31:43 +0000 |
---|---|---|
committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-08 07:31:43 +0000 |
commit | 19826d991030c90c2feaa4689291bbf6ce6292fa (patch) | |
tree | 566cee4746ce751bce605cb8a4bf16fb1f91bf1b /docs | |
parent | 0e6ff67ba248df3aed5025b593b86b8c80766011 (diff) | |
download | django-19826d991030c90c2feaa4689291bbf6ce6292fa.tar.gz |
Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 2ba660e171..9dedbcf3b9 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -74,7 +74,7 @@ This is available at ftp://ftp.tummy.com/pub/python-memcached/ .. versionchanged:: 1.2 In Django 1.0 and 1.1, you could also use ``cmemcache`` as a binding. However, support for this library was deprecated in 1.2 due to - a lack of maintenence on the ``cmemcache`` library itself. Support for + a lack of maintenance on the ``cmemcache`` library itself. Support for ``cmemcache`` will be removed completely in Django 1.4. To use Memcached with Django, set ``CACHE_BACKEND`` to |