Changeset 8261
- Timestamp:
- 08/09/08 10:11:11 (5 months ago)
- Files:
-
- django/trunk/docs/cache.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/cache.txt
r8260 r8261 232 232 ================== 233 233 234 **New in Django development version** (previous versions of Django only provided a single ``CacheMiddleware`` instead of the two pieces described below). 234 **New in Django development version** (previous versions of Django only provided 235 a single ``CacheMiddleware`` instead of the two pieces described below). 235 236 236 237 Once the cache is set up, the simplest way to use caching is to cache your
