--
Ticket URL: <https://code.djangoproject.com/ticket/18924>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:1>
* cc: marc.tamlyn@… (added)
* needs_docs: 0 => 1
* stage: Unreviewed => Accepted
Comment:
There's one unused import in the current patch which I've highlighted on
github.
This should be mentioned in release notes as someone may have signals
which now get fired by their tests and are unexpected. There's probably no
need to mention it in the normal docs though.
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:2>
* stage: Accepted => Ready for checkin
Comment:
Subject to release notes, this is now RFC.
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:3>
Comment (by anonymous):
Can we have this anytime soon?
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:4>
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
Comment:
Patch has now gone stale - it will need updating for custom user models.
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:5>
* status: new => assigned
* needs_better_patch: 1 => 0
* owner: nobody => fhahn
* cc: flo@… (added)
Comment:
I've updated the patch (after contacting the creator of the patch) and
created a new pull request: https://github.com/django/django/pull/731
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a35ed202419a054a9125ee6205a1a7b4eb3cb46d"]:
{{{
#!CommitTicketReference repository=""
revision="a35ed202419a054a9125ee6205a1a7b4eb3cb46d"
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Thanks awsum for the suggestion and Pavel Ponomarev and
Florian Hahn for the patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18924#comment:7>