summaryrefslogtreecommitdiff
path: root/tests/user_commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed test, duplicate of admin_scripts.CommandTypes testsClaude Paroz2014-08-181-6/+0
* Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon2014-08-182-0/+15
* Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso2014-08-182-0/+54
* Fixed #22985 -- Made call_command accept option name parameterClaude Paroz2014-08-122-4/+18
* Silenced OptionParser deprecation warning in a test.Tim Graham2014-07-241-1/+5
* Fixed several flake8 errorsAlex Gaynor2014-06-141-2/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-6/+3
* Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz2014-06-142-0/+37
* Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud2014-03-221-1/+15
* flake8 fixes (unused imports and variables).Tim Graham2014-02-181-1/+0
* Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon2014-02-181-26/+0
* Added the possibility to pass a stdin object to a management command.Baptiste Mispelon2014-02-171-0/+27
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1