summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-07-20 16:06:02 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-07-20 16:06:02 +0000
commitaa8b34cb922fd7e88e6b20061e9fba69719dfe26 (patch)
tree834c42104c47781ebc1c1f9088d8e8bdf7cb399b
parenta0a7378c50275ba865b34e6dbf6a15c1cc30aae2 (diff)
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
-rw-r--r--docs/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index b67321368e..62fec289b9 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -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
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
user-specific pages (include Django's admin interface).