summaryrefslogtreecommitdiff
path: root/django/core/management/base.py
AgeCommit message (Expand)Author
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
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-28Updated the AppCommand API to support apps without a models module.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Populated models only when necessary in get_app_config[s].Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-14Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-07-30Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...Jose L. Patino
2013-05-20Fixed #20445 -- Raised original exception after command errorJorge Bastida
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-02-04Enhanced docs and docctrings added in 869c9ba.Ramiro Morales
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-01-25Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-07[py3] Applied minor fixes so the test suite startsAymeric Augustin