summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cache.txt3
1 files changed, 2 insertions, 1 deletions
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