summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_management.py
AgeCommit message (Expand)Author
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-04-06Fixed #26470 -- Converted auth permission validation to system checks.Simon Charette
2016-04-06Extracted auth checks tests into their own module.Simon Charette
2016-03-08Moved createsuperuser test app into auth_tests.Tim Graham
2016-03-05Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...Jon Dufresne
2016-03-05Cleaned up tests to use call_command() instead of Command.execute().Jon Dufresne
2016-02-29Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.Jon Dufresne
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2016-01-06Imported required models directly in auth management tests.Simon Charette
2015-10-27Removed unnecessary app_label='auth' on auth_tests models.Tim Graham
2015-09-24Fixed #25457 -- Improved formatting of password validation errors in manageme...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