mirror of https://github.com/django/django.git
Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
152b9ba717
commit
568b8637bf
|
@ -197,7 +197,7 @@ as reference implementations. You'll find the code in the
|
||||||
``django/core/cache/backends/`` directory of the Django source.
|
``django/core/cache/backends/`` directory of the Django source.
|
||||||
|
|
||||||
Note: Without a really compelling reason, such as a host that doesn't support
|
Note: Without a really compelling reason, such as a host that doesn't support
|
||||||
the them, you should stick to the cache backends included with Django. They've
|
them, you should stick to the cache backends included with Django. They've
|
||||||
been well-tested and are easy to use.
|
been well-tested and are easy to use.
|
||||||
|
|
||||||
CACHE_BACKEND arguments
|
CACHE_BACKEND arguments
|
||||||
|
|
Loading…
Reference in New Issue