diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 05:17:55 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 05:17:55 +0000 |
| commit | 85c50d4fdfb4011068932f4f26fbd5a7d77caf25 (patch) | |
| tree | 04cfc3ed70a479037e97f6fbca2cd90422cc988a /docs/cache.txt | |
| parent | b5feff39632e744bd63db7064b0056717a57288e (diff) | |
Fixed #839 -- Fixed typo in docs/cache.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
| -rw-r--r-- | docs/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt index c426811219..8f81514e66 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -93,7 +93,7 @@ entire site. Just add ``django.middleware.cache.CacheMiddleware`` to your (The order of ``MIDDLEWARE_CLASSES`` matters. See "Order of MIDDLEWARE_CLASSES" below.) -Then, add the following three required settings to your Django settings file: +Then, add the following required settings to your Django settings file: * ``CACHE_MIDDLEWARE_SECONDS`` -- The number of seconds each page should be cached. |
