--
Ticket URL: <https://code.djangoproject.com/ticket/24334>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => timgraham
* status: new => assigned
* has_patch: 0 => 1
* needs_better_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/4118 PR] (with one issue to be
fixed)
--
Ticket URL: <https://code.djangoproject.com/ticket/24334#comment:1>
* needs_better_patch: 1 => 0
Comment:
Test is working now (added `connection.constraint_checks_disabled` to fix
MySQL).
--
Ticket URL: <https://code.djangoproject.com/ticket/24334#comment:2>
* keywords: => 1.8-beta
--
Ticket URL: <https://code.djangoproject.com/ticket/24334#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fdf20093e0f8cd064673aa1597c20727ed4dd2a0"]:
{{{
#!CommitTicketReference repository=""
revision="fdf20093e0f8cd064673aa1597c20727ed4dd2a0"
Fixed #24334 -- Allowed admin password reset to work with non-digit custom
user model primary key.
Thanks Loic for help and Simon for review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24334#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8fc4840289a0538af005619551c3b67f4f9e1399"]:
{{{
#!CommitTicketReference repository=""
revision="8fc4840289a0538af005619551c3b67f4f9e1399"
[1.8.x] Fixed #24334 -- Allowed admin password reset to work with non-
digit custom user model primary key.
Thanks Loic for help and Simon for review.
Backport of fdf20093e0f8cd064673aa1597c20727ed4dd2a0 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24334#comment:5>