diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-09 15:11:11 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-09 15:11:11 +0000 |
| commit | 88639e9b2ade62a0818e5446fbc205bf8ace4025 (patch) | |
| tree | b404deee14bafbd876d86f0613f8f2da2d20a450 /docs | |
| parent | 752659037686026e85c2da52c756d4bfec8c4d13 (diff) | |
Fixed silly whitespace error in cache docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cache.txt | 3 |
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 |
