index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_management.py
Age
Commit message (
Expand
)
Author
2020-08-14
Fixed #31878 -- Made createsuperuser respect --database option in default use...
Yan Mitrofanov
2020-08-14
Fixed typo in tests/auth_tests/test_management.py docstring.
Yan Mitrofanov
2020-05-13
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2020-05-01
Removed unnecessary inner methods in CreatesuperuserManagementCommandTestCase.
François Freitag
2020-04-20
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2020-04-20
Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.
François Freitag
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-07-02
Fixed #27801 -- Made createsuperuser fall back to environment variables for p...
Hasan Ramezani
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-08-18
Simplified how createsuperuser tests generate passwords.
Josh Schneier
2018-08-05
Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...
Josh Schneier
2018-08-04
Fixed #29628 -- Made createsuperuser validate password against username and r...
Josh Schneier
2018-06-07
Added a missing test for createsuperuser management command.
Hasan Ramezani
2018-06-03
Fixed #10827 -- Ensured ContentTypes are created before permission creation.
Claude Paroz
2018-05-29
Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...
Dohyeon Kim
2018-05-27
Added test for createsuperuser's handling of KeyboardInterrupt.
Hasan Ramezani
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2017-11-03
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Tom
2017-11-03
Improved technique for matching input prompts in contrib.auth management tests.
Tim Graham
2017-10-09
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
Hasan Ramezani
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-05-12
Improved test coverage for createsuperuser command.
Sławek Ehlert
2017-03-01
Improved test coverage for django.contrib.auth.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-08-28
Fixed typo in auth management test.
Jon Dufresne
2016-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2016-04-06
Fixed #26470 -- Converted auth permission validation to system checks.
Simon Charette
2016-04-06
Extracted auth checks tests into their own module.
Simon Charette
2016-03-08
Moved createsuperuser test app into auth_tests.
Tim Graham
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2016-03-05
Cleaned up tests to use call_command() instead of Command.execute().
Jon Dufresne
2016-02-29
Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.
Jon Dufresne
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2016-01-06
Imported required models directly in auth management tests.
Simon Charette
2015-10-27
Removed unnecessary app_label='auth' on auth_tests models.
Tim Graham
[next]