#7629 closed (invalid)
Login view is cached when caching middleware is turned on
Reported by: | Tomáš Kopeček | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Same situation as with #7364 was introduced into newforms-branch
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | login_cache.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
The admin views are already using never_cache in the contrib.admin.sites.AdminSite
class.
Note:
See TracTickets
for help on using tickets.
Seems reasonable.