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:
parent
9581c9ed96
commit
76633e5499
|
@ -78,7 +78,7 @@ to your ``MIDDLEWARE_CLASSES`` setting, as in this example::
|
||||||
"django.middleware.cache.CacheMiddleware",
|
"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
|
* ``CACHE_MIDDLEWARE_SECONDS`` -- The number of seconds each page should be
|
||||||
cached.
|
cached.
|
||||||
|
|
Loading…
Reference in New Issue