Opened 12 years ago

Closed 12 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

Change History (1)

comment:1 by Jannis Leidel, 12 years ago

Resolution: fixed
Status: newclosed

In [17260]:

Fixed #17450 -- Added missing import to auth models module forgotten in r17253. Thanks, aalbrecht.

Note: See TracTickets for help on using tickets.
Back to Top