Unsurprisingly, that view can be reversed using the URL name `login` and
as far as I know, it doesn't take any parameters.
--
Ticket URL: <https://code.djangoproject.com/ticket/27276>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
The documentation was overlooked when the named `url()` for `login` was
added in 5848bea9dc9458a9517d4c98993d742976771342.
--
Ticket URL: <https://code.djangoproject.com/ticket/27276#comment:1>
* owner: nobody => Jonatas CD
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/27276#comment:2>
* has_patch: 0 => 1
Comment:
Fixed with https://github.com/django/django/pull/7295
This is my first django contribution.
cheers,
Jonatas CD
--
Ticket URL: <https://code.djangoproject.com/ticket/27276#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"6d6d1b10017d4f0ade761fb07c78c146e3008d65" 6d6d1b10]:
{{{
#!CommitTicketReference repository=""
revision="6d6d1b10017d4f0ade761fb07c78c146e3008d65"
Fixed #27276 -- Doc'd how to reverse admin's login view.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27276#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"76155b85e2ce6bc3076ee9942355f1802cf3253d" 76155b85]:
{{{
#!CommitTicketReference repository=""
revision="76155b85e2ce6bc3076ee9942355f1802cf3253d"
[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27276#comment:5>