summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_management.py
AgeCommit message (Expand)Author
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-08-28Fixed typo in auth management test.Jon Dufresne
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