summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_management.py
AgeCommit message (Expand)Author
2015-09-24[1.9.x] Fixed #25457 -- Improved formatting of password validation errors in ...Tzu-ping Chung
2015-08-18Added two more tests for user-entered passwords when creating a superuser.David Gibbons
2015-08-02Fixed flake8 warning.Tim Graham
2015-08-01Fixed #25089 -- Added password validation to createsuperuser/changepassword.Alex Becker
2015-06-06Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-16Fixed #23926 -- Improved validation error for custom permissions that are too...Joeri Bekker
2015-02-11Moved non-documented auth test models to the new test location.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham