Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-2/+2
* Refs #22835 -- Removed NoArgsCommand per deprecation time...Tim Graham2015-09-241-34/+0
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-241-80/+24
* Added upgrade tip in BaseCommand.option_list deprecation ...Daniel Hahler2015-09-151-0/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-11/+0
* Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all ...Tim Graham2015-08-281-2/+2
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-241-1/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Fixed #24769 -- Cast optparse verbosity argument to an in...Rivo Laks2015-06-101-2/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+1
* Removed BaseCommand.validate() per deprecation timeline; ...Tim Graham2015-01-181-10/+0
* Removed unused imports from previous commit.Tim Graham2015-01-171-2/+1
* Removed BaseCommand.requires_model_validation per depreca...Tim Graham2015-01-171-42/+3
* Removed support for AppCommand.handle_app() per deprecati...Tim Graham2015-01-171-20/+3
* Removed unused importClaude Paroz2015-01-141-3/+0
* Fixed #24073 -- Deactivated translations when leave_local...Claude Paroz2015-01-071-9/+8
* Fixed #21255 -- Closed connections after management comma...Claude Paroz2014-12-291-0/+3
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Clarified BaseCommand --traceback behavior.Matthew Somerville2014-10-301-2/+2
* Fixed #23686 -- Tweak color output of the system check fr...Loic Bistuer2014-10-221-15/+32
* Fixed #23663 -- Initialize output streams for BaseCommand...Loic Bistuer2014-10-221-13/+26
* Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer2014-10-211-1/+0
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-121-2/+7
* Limited lines to 119 characters in django/Tim Graham2014-09-051-3/+13
* Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso2014-08-181-5/+1
* Fixed #23291 -- Don't add Unicode varname/value to enviro...Ramiro Morales2014-08-141-1/+1
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-3/+3
* Fixed #23107 -- Made runserver output respect --no-color.areski2014-07-301-0/+1
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-0/+8
* Fixed #7762 -- Hidden full script name in command error o...Claude Paroz2014-06-141-1/+2
* Restored command error behavior when called from command ...Claude Paroz2014-06-141-2/+7
* Fixed #19973 -- Replaced optparse by argparse in manageme...Claude Paroz2014-06-141-30/+101
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Removed BaseCommand.stdin introduced in 116d39842dab25690...Baptiste Mispelon2014-02-181-1/+0
* Added the possibility to pass a stdin object to a managem...Baptiste Mispelon2014-02-171-0/+1
* Fixed #21849 -- Included the count of silenced system che...Tim Graham2014-01-281-8/+11
* Fixed #21866 -- Replaced "COMMIT" in managmement command ...Wojciech Banaƛ2014-01-261-1/+1
* Fixed #21873 -- Removed duplicate import.Aymeric Augustin2014-01-251-2/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-17/+109
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-3/+0
* Populated the app registry earlier at startup.Aymeric Augustin2013-12-301-5/+3
* Changed get_validation_errors to use an app config.Aymeric Augustin2013-12-291-5/+5
* Updated the AppCommand API to support apps without a mode...Aymeric Augustin2013-12-281-19/+32
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Populated models only when necessary in get_app_config[s].Aymeric Augustin2013-12-221-0/+5
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-171-3/+7