--
Ticket URL: <https://code.djangoproject.com/ticket/28097>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "admin_password_widget.png" added.
Comment (by Aymeric Augustin):
This looks like a regression to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/28097#comment:1>
* owner: nobody => Tim Graham
* status: new => assigned
* stage: Unreviewed => Accepted
* component: contrib.admin => contrib.auth
--
Ticket URL: <https://code.djangoproject.com/ticket/28097#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8376 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28097#comment:3>
* stage: Accepted => Ready for checkin
Comment:
Thanks for the fix!
--
Ticket URL: <https://code.djangoproject.com/ticket/28097#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"dff559ff83a6aac14de0bbca58101786edf4195f" dff559f]:
{{{
#!CommitTicketReference repository=""
revision="dff559ff83a6aac14de0bbca58101786edf4195f"
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28097#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"cf1e682c8c68d7187c34f46f2717b22f830d92a1" cf1e682]:
{{{
#!CommitTicketReference repository=""
revision="cf1e682c8c68d7187c34f46f2717b22f830d92a1"
[1.11.x] Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
Backport of dff559ff83a6aac14de0bbca58101786edf4195f from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28097#comment:6>