summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_forms.py
AgeCommit message (Expand)Author
2013-10-19[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19[1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-05-16Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons