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:
parent
7526590376
commit
88639e9b2a
|
@ -231,7 +231,8 @@ arguments.
|
||||||
The per-site cache
|
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
|
Once the cache is set up, the simplest way to use caching is to cache your
|
||||||
entire site. You'll need to add
|
entire site. You'll need to add
|
||||||
|
|
Loading…
Reference in New Issue