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
This commit is contained in:
parent
0e6ff67ba2
commit
19826d9910
|
@ -74,7 +74,7 @@ This is available at ftp://ftp.tummy.com/pub/python-memcached/
|
||||||
.. versionchanged:: 1.2
|
.. versionchanged:: 1.2
|
||||||
In Django 1.0 and 1.1, you could also use ``cmemcache`` as a binding.
|
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
|
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.
|
``cmemcache`` will be removed completely in Django 1.4.
|
||||||
|
|
||||||
To use Memcached with Django, set ``CACHE_BACKEND`` to
|
To use Memcached with Django, set ``CACHE_BACKEND`` to
|
||||||
|
|
Loading…
Reference in New Issue