Fixed silly whitespace error in cache docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-08-09 15:11:11 +00:00
parent 7526590376
commit 88639e9b2a
1 changed files with 2 additions and 1 deletions

View File

@ -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