summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_forms.py
AgeCommit message (Expand)Author
2016-05-07[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-03-14[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...Vincenzo Pandolfo
2016-02-17[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-07-20Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-14Isolated auth_tests from contenttypes_tests; refs #11505.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham