--
Ticket URL: <https://code.djangoproject.com/ticket/26929>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* owner: => andrewnester
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26929#comment:1>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/26929#comment:2>
* version: => master
* component: Uncategorized => contrib.auth
* stage: Unreviewed => Accepted
Comment:
[https://github.com/django/django/pull/6944 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/26929#comment:3>
* needs_better_patch: 0 => 1
Comment:
Left comments for improvement on the PR.
--
Ticket URL: <https://code.djangoproject.com/ticket/26929#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0ba179194bc261f49b04a5eac85322b56a537e45" 0ba17919]:
{{{
#!CommitTicketReference repository=""
revision="0ba179194bc261f49b04a5eac85322b56a537e45"
Fixed #26929 -- Deprecated extra_context parameter of
contrib.auth.views.logout_then_login().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26929#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"6e40b70bf4c6e475266a9f011269c50f29f0f14e" 6e40b70b]:
{{{
#!CommitTicketReference repository=""
revision="6e40b70bf4c6e475266a9f011269c50f29f0f14e"
Refs #26929 -- Removed extra_context parameter of
contrib.auth.views.logout_then_login().
Per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26929#comment:6>