From 85c50d4fdfb4011068932f4f26fbd5a7d77caf25 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 20 Nov 2005 05:17:55 +0000 Subject: [PATCH] Fixed #839 -- Fixed typo in docs/cache.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1298 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.