diff options
Diffstat (limited to 'docs/topics')
-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 |