Ticket #15509: cache_docs_patch.diff
File cache_docs_patch.diff, 814 bytes (added by , 14 years ago) |
---|
-
docs/topics/cache.txt
448 448 parameters. Optionally, if the :setting:`CACHE_MIDDLEWARE_ANONYMOUS_ONLY` 449 449 setting is ``True``, only anonymous requests (i.e., not those made by a 450 450 logged-in user) will be cached. This is a simple and effective way of disabling 451 caching for any user-specific pages (includ eDjango's admin interface). Note451 caching for any user-specific pages (including Django's admin interface). Note 452 452 that if you use :setting:`CACHE_MIDDLEWARE_ANONYMOUS_ONLY`, you should make 453 453 sure you've activated ``AuthenticationMiddleware``. The cache middleware 454 454 expects that a HEAD request is answered with the same response headers as