Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#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 Andrew Nester, 8 years ago

Owner: set to Andrew Nester
Status: newassigned

comment:2 by Andrew Nester, 8 years ago

Has patch: set

comment:3 by Tim Graham, 8 years ago

Component: Uncategorizedcontrib.auth
Triage Stage: UnreviewedAccepted
Version: master

comment:4 by Tim Graham, 8 years ago

Patch needs improvement: set

Left comments for improvement on the PR.

comment:5 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 0ba17919:

Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().

comment:6 by Tim Graham <timograham@…>, 7 years ago

In 6e40b70b:

Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login().

Per deprecation timeline.

Note: See TracTickets for help on using tickets.
Back to Top