summaryrefslogtreecommitdiff
path: root/docs/cache.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-19 20:58:16 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-19 20:58:16 +0000
commit76633e54999e048afc04ffe24af496ce600c668d (patch)
tree3e3b0f4cccda21f3bf02b2b05e3911aa41c2761f /docs/cache.txt
parent9581c9ed96a841c90f780b8d3f0c455640e9418f (diff)
Fixed inevitable ReST bug in [224]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
-rw-r--r--docs/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 313c3adb63..458723d0b7 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -78,7 +78,7 @@ to your ``MIDDLEWARE_CLASSES`` setting, as in this example::
"django.middleware.cache.CacheMiddleware",
)
-Then, add the following three required settings::
+Then, add the following three required settings:
* ``CACHE_MIDDLEWARE_SECONDS`` -- The number of seconds each page should be
cached.