#9709 closed (invalid)
Better explanation on how to disable caching of AdminSite
Reported by: | Michał Sałaban | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | admin, caching, docs, documentation | |
Cc: | patrys@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A new piece of documentation describing use of CACHE_MIDDLEWARE_ANONYMOUS_ONLY and @never_cache decorator to exclude admin from caching.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | django-admin-and-caching-docs.patch added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
Has patch: | set |
---|
comment:3 by , 16 years ago
Component: | Uncategorized → Documentation |
---|
comment:4 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
The AdminSite
is already implementing the never_cache
wrapper around its views. If is a bug with not caching *that* should be reported. There is no reason to document something that already exists :) Please open a new ticket describing the issue you are seeing with AdminSite
's usage of never_cache
(or lack of).
Note:
See TracTickets
for help on using tickets.
WTF? I didn't change any fields other than CC. Marking as "has patch."