Opened 13 years ago
Closed 13 years ago
#17450 closed Bug (fixed)
Missing import in django.contrib.auth.models
Reported by: | Andi Albrecht | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In r17253 the password hashing was changed. Along the change in django.contrib.auth.models the import or get_random_string was removed, but the function is still used in make_random_password().
A fix is available in this pull request: https://github.com/django/django/pull/95
Note:
See TracTickets
for help on using tickets.
In [17260]: