summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_management.py
AgeCommit message (Expand)Author
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-08-18Simplified how createsuperuser tests generate passwords.Josh Schneier
2018-08-05Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...Josh Schneier
2018-08-04Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier
2018-06-07Added a missing test for createsuperuser management command.Hasan Ramezani
2018-06-03Fixed #10827 -- Ensured ContentTypes are created before permission creation.Claude Paroz
2018-05-29Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...Dohyeon Kim
2018-05-27Added test for createsuperuser's handling of KeyboardInterrupt.Hasan Ramezani
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2017-11-03Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.Tom
2017-11-03Improved technique for matching input prompts in contrib.auth management tests.Tim Graham
2017-10-09Fixed #28591 -- Added an error message for createsuperuser --username= (blank).Hasan Ramezani
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-06-16Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar
2017-05-12Improved test coverage for createsuperuser command.Sławek Ehlert
2017-03-01Improved test coverage for django.contrib.auth.Anton Samarchyan
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
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