diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-12-03 17:37:33 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-12-03 17:37:33 +0000 |
| commit | c68f751f8c376a1dbcb51760e3b475392af7adba (patch) | |
| tree | 06b672fe11a885e346c4a1b7c0594e2bbc93c34b /docs/cache.txt | |
| parent | 22aa9db4a22d848011775af7007d3c1f8772e056 (diff) | |
newforms-admin: Merged changes from trunk up to [6863].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
| -rw-r--r-- | docs/cache.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cache.txt b/docs/cache.txt index af6cb35c42..e7e1cdd791 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -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) ------------------------------- |
