Ticket #8234: cache-typo.patch
File cache-typo.patch, 624 bytes (added by , 16 years ago) |
---|
-
docs/cache.txt
639 639 Order of MIDDLEWARE_CLASSES 640 640 =========================== 641 641 642 If you use caching middlewa are, it's important to put each half in the right642 If you use caching middleware, it's important to put each half in the right 643 643 place within the ``MIDDLEWARE_CLASSES`` setting. That's because the cache 644 644 middleware needs to know which headers by which to vary the cache storage. 645 645 Middleware always adds something to the ``Vary`` response header when it can.