summaryrefslogtreecommitdiff
path: root/tests/user_commands
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson2023-02-032-0/+37
* Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_check...Mariusz Felisiak2023-01-111-2/+2
* Fixed #33657 -- Allowed customizing formatter class of argument parsers.Abhinav Yadav2022-06-201-1/+8
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0718-224/+274
* Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani2021-10-252-0/+48
* Refs #31546 -- Removed support for boolean values in Command.requires_system_...Mariusz Felisiak2021-09-201-44/+1
* Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3....Mariusz Felisiak2021-09-021-4/+1
* Refs #32074 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.Michał Górny2021-08-041-1/+4
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-102-18/+4
* Fixed #32153 -- Fixed management commands when using required list options.Hasan Ramezani2020-10-303-2/+30
* Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi2020-10-092-0/+15
* Refs #32047 -- Added test for using call_command() with constant required opt...Hasan Ramezani2020-10-062-0/+46
* Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani2020-09-302-2/+37
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg2020-06-012-0/+0
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-214-4/+85
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-04-201-4/+3
* Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson2020-04-142-3/+5
* Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag2020-04-072-1/+2
* Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani2019-09-062-0/+22
* Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani2019-06-283-0/+51
* Fixed #30418 -- Added --skip-checks management command option.Jon Dufresne2019-04-301-0/+10
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-3/+0
* Refs #29973 -- Extracted helper functions from makemessages.rsiemens2019-01-281-1/+24
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Fixed #29560 -- Added --force-color management command option.Hasan Ramezani2018-09-111-6/+6
* Added test for django.core.management.utils.get_random_secret_key().Hasan Ramezani2018-08-051-1/+9
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+1
* Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm2018-06-161-0/+6
* Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz2018-06-062-0/+21
* Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby2018-05-142-0/+20
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-133-22/+10
* Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani2018-04-212-0/+22
* Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...Alex Tomic2018-03-022-0/+23
* Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур2018-01-032-0/+0
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+3
* Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar2017-06-161-0/+19
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-1/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Skipped unnecessary system checks in user_commands test.Adam Chainz2017-01-091-2/+6
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz2016-10-022-2/+0
* Made miscellaneous code cleanupsDmitry Dygalo2016-07-211-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Fixed #26190 -- Returned handle() result from call_commandClaude Paroz2016-02-231-13/+8
* Refs #25304 -- Added assertion for Command.requires_migrations_checks default.Tim Graham2016-02-151-0/+1