Changeset 5665
- Timestamp:
- 07/12/07 07:50:02 (1 year ago)
- Files:
-
- django/trunk/docs/cache.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/cache.txt
r4827 r5665 544 544 within the ``MIDDLEWARE_CLASSES`` setting, because the cache middleware needs 545 545 to know which headers by which to vary the cache storage. Middleware always 546 adds something t he ``Vary`` response header when it can.546 adds something to the ``Vary`` response header when it can. 547 547 548 548 Put the ``CacheMiddleware`` after any middlewares that might add something to
