summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-07-20 15:48:07 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-07-20 15:48:07 +0000
commita0a7378c50275ba865b34e6dbf6a15c1cc30aae2 (patch)
tree429e7277841e74f8a9b6342545ff87a07e7358cf /docs
parent6ab20c547563a67d16779a921acd195167d454ea (diff)
Another quick doc fix -- I must have "nodes" on the brain
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 50cd3dcb0c..b67321368e 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 node made by a logged-in user)
+``True``, only anonymous requests (i.e., 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).