#12031 closed (fixed)
Make django.core.context_processors.auth lazy
Reported by: | Alexander Schepanovski | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.core.context_processors.auth breakes laziness of session and request.user.
It also calls user.get_and_delete_messages() for all pages which is usually pointless when not in admin.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
it relates to #6552