Commit 88639e9b authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Fixed silly whitespace error in cache docs.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 75265903
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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