Fixed inevitable ReST bug in [224]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-19 20:58:16 +00:00
parent 9581c9ed96
commit 76633e5499
1 changed files with 1 additions and 1 deletions

View File

@ -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.