#26929 closed Cleanup/optimization (fixed)
Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`
Reported by: | Andrew Nester | Owned by: | Andrew Nester |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Using extra context makes sense when we are rendering some template but with logout_then_login
we just have HttpRedirectResponse returned with no context data.
Change History (6)
comment:1 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Has patch: | set |
---|
comment:3 by , 8 years ago
Component: | Uncategorized → contrib.auth |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version: | → master |
Note:
See TracTickets
for help on using tickets.
PR