mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 03:10:23 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -168,6 +168,10 @@ development or testing environments. For example::
|
|||
|
||||
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)
|
||||
-------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue