Argh - fixed another typo in the docs for [3395]. One of these days I'll learn to proofread better, but don't hold your breath.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a0a7378c50
commit
aa8b34cb92
|
@ -231,7 +231,7 @@ Then, add the following required settings to your Django settings file:
|
||||||
|
|
||||||
The cache middleware caches every page that doesn't have GET or POST
|
The cache middleware caches every page that doesn't have GET or POST
|
||||||
parameters. Optionally, if the ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is
|
parameters. Optionally, if the ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is
|
||||||
``True``, only anonymous requests (i.e., those made by a logged-in user)
|
``True``, only anonymous requests (i.e., not those made by a logged-in user)
|
||||||
will be cached. This is a simple and effective way of disabling caching for any
|
will be cached. This is a simple and effective way of disabling caching for any
|
||||||
user-specific pages (include Django's admin interface).
|
user-specific pages (include Django's admin interface).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue