summaryrefslogtreecommitdiff
path: root/tests/user_commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni2016-02-121-1/+15
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-293-0/+34
* Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz2015-10-032-0/+11
* Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham2015-09-232-39/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks2015-06-091-0/+1
* Prevented some test commands from needlessly running system checks.Tim Graham2015-02-111-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz2015-01-081-5/+3
* Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz2015-01-071-1/+3
* Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz2015-01-052-2/+15
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-5/+3
* Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr2014-11-291-16/+6
* Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz2014-10-202-3/+24
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.Baptiste Mispelon2014-08-191-1/+4