summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/forms.py
AgeCommit message (Expand)Author
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ...Aymeric Augustin
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2011-12-15Fixed #17194 -- Made sure the auth form tests work if a language other than E...Jannis Leidel
2011-09-03Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...Julien Phalip
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-03-14Fixed #9213 - Added check to prevent inactive users from resetting their pass...Carl Meyer
2010-09-09Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...Luke Plant
2010-09-09Converted tests for contrib.auth.forms to unit tests.Luke Plant
2010-03-15Fixed #13108 -- Corrected an ambiguity in test data with the potential to cau...Russell Keith-Magee
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2009-02-26Fixed #10017 - PasswordResetForm.clean_email was not returning the value.Luke Plant
2008-08-25Fixed #8379: the admin user change form now properly validates the username. ...Jacob Kaplan-Moss
2008-08-25Fixed #7833: the user creation form now works when password1 isn't set.Jacob Kaplan-Moss
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner