Opened 13 years ago
Closed 13 years ago
#17450 closed Bug (fixed)
Missing import in django.contrib.auth.models
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]: