From 88639e9b2ade62a0818e5446fbc205bf8ace4025 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sat, 9 Aug 2008 15:11:11 +0000 Subject: [PATCH] Fixed silly whitespace error in cache docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8261 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/cache.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cache.txt b/docs/cache.txt index 4ca9cbef72..bf5b876959 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -231,7 +231,8 @@ arguments. The per-site cache ================== -**New in Django development version** (previous versions of Django only provided a single ``CacheMiddleware`` instead of the two pieces described below). +**New in Django development version** (previous versions of Django only provided +a single ``CacheMiddleware`` instead of the two pieces described below). Once the cache is set up, the simplest way to use caching is to cache your entire site. You'll need to add