Documented that the simple cache backend was deprecated in [6822].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c882d7c99c
commit
0c1ba467ae
|
@ -168,6 +168,10 @@ development or testing environments. For example::
|
||||||
|
|
||||||
CACHE_BACKEND = 'simple:///'
|
CACHE_BACKEND = 'simple:///'
|
||||||
|
|
||||||
|
**New in Django development version:** This cache backend is deprecated and
|
||||||
|
will be removed in a future release. New code should use the ``locmem`` backend
|
||||||
|
instead.
|
||||||
|
|
||||||
Dummy caching (for development)
|
Dummy caching (for development)
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue