summaryrefslogtreecommitdiff
path: root/django/core/management/base.py
AgeCommit message (Expand)Author
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-03-03Passed proper default value to int-type 'verbosity' optionJon Dufresne
2016-02-23Fixed #26190 -- Returned handle() result from call_commandClaude Paroz
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2015-12-21Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(...Tim Graham
2015-11-14Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
2015-10-05Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne
2015-09-23Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-15Added upgrade tip in BaseCommand.option_list deprecation comment.Daniel Hahler
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-28Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.Tim Graham
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-09Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-18Removed BaseCommand.validate() per deprecation timeline; refs #16905.Tim Graham
2015-01-17Removed unused imports from previous commit.Tim Graham
2015-01-17Removed BaseCommand.requires_model_validation per deprecation timeline.Tim Graham
2015-01-17Removed support for AppCommand.handle_app() per deprecation timeline.Tim Graham
2015-01-14Removed unused importClaude Paroz
2015-01-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
2014-12-29Fixed #21255 -- Closed connections after management command ranClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-10-30Clarified BaseCommand --traceback behavior.Matthew Somerville
2014-10-22Fixed #23686 -- Tweak color output of the system check framework.Loic Bistuer
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-14Fixed #23291 -- Don't add Unicode varname/value to environment.Ramiro Morales
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23107 -- Made runserver output respect --no-color.areski
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-14Fixed #7762 -- Hidden full script name in command error outputClaude Paroz
2014-06-14Restored command error behavior when called from command lineClaude Paroz
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-18Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon
2014-02-17Added the possibility to pass a stdin object to a management command.Baptiste Mispelon
2014-01-28Fixed #21849 -- Included the count of silenced system checks in output.Tim Graham
2014-01-26Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.Wojciech Banaƛ
2014-01-25Fixed #21873 -- Removed duplicate import.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Populated the app registry earlier at startup.Aymeric Augustin