Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/howto/custom-management-commands.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25515 -- Documented the return value of BaseComman...Tim Graham2015-10-061-0/+3
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-9/+0
* Refs #22835 -- Removed NoArgsCommand per deprecation time...Tim Graham2015-09-241-16/+0
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-241-40/+0
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-2/+0
* Removed BaseCommand.validate() per deprecation timeline; ...Tim Graham2015-01-181-7/+0
* Standardized indentation in docs/howto/custom-management-...Tim Graham2015-01-171-76/+72
* Removed BaseCommand.requires_model_validation per depreca...Tim Graham2015-01-171-17/+1
* Replaced deprecated requires_model_validation in docs.Tim Graham2015-01-171-8/+6
* Removed support for AppCommand.handle_app() per deprecati...Tim Graham2015-01-171-16/+0
* Fixed #24073 -- Deactivated translations when leave_local...Claude Paroz2015-01-071-8/+13
* Fixed #23543 -- Added docs on testing management command ...Danilo Bargen2014-11-241-0/+6
* Removed unnecessary code-block directives.areski2014-08-191-21/+12
* Fixed #22942 -- Noted that __init__.py files are required...Tim Graham2014-07-081-0/+4
* Fixed typo in parameter name doc for BaseCommand.check().Gert Van Gool2014-06-261-2/+3
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-2/+6
* Documented optparse to argparse changes for management co...Claude Paroz2014-06-141-14/+65
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-4/+0
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-3/+29
* Used app_label instead of appname.Aymeric Augustin2013-12-281-2/+2
* Updated the AppCommand API to support apps without a mode...Aymeric Augustin2013-12-281-8/+25
* Fixed #20852 - Fixed incorrectly generated left quotes in...Dominic Rodger2013-08-061-2/+2
* Fixed typo in Custom management commands documentation.Jon Lønne2013-07-241-1/+1
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-1/+1
* Fixed #19749 -- Documented ending param to command's self...Claude Paroz2013-02-091-1/+7
* Enhanced docs and docctrings added in 869c9ba.Ramiro Morales2013-02-041-7/+7
* Fixed #19730 -- Don't validate importability of settings ...Ramiro Morales2013-02-041-35/+65
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-0/+9
* Fixed #18587 -- Typo in management command exampleAymeric Augustin2012-07-071-1/+1
* Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz2012-05-271-3/+7
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-191-1/+1
* Fixed #18060 -- Corrected the import path of an example i...Claude Paroz2012-04-251-1/+1
* Fixed #18187 -- Completed example and details about custo...Claude Paroz2012-04-231-1/+10
* Fixed #17799 - Documented that the execute() method of a ...Carl Meyer2012-03-021-0/+5
* Documentation (and some small source code) edits from [17...Adrian Holovaty2012-02-171-3/+2
* Fixed #17625 -- Mention in the management command docs th...Jannis Leidel2012-02-041-2/+6
* Fixed #16014 -- numerous documentation typos -- thanks ps...Simon Meers2011-05-131-1/+1
* Fixed a couple of documentation typos.Ramiro Morales2011-02-141-2/+2
* Fixed #10078 - Document use of locales in management comm...Timo Graham2011-01-031-0/+49
* Fixed #14000 - remove versionadded/changed tags for Djang...Timo Graham2010-12-261-2/+0
* Fixed #14141: docs now use the :doc: construct for links ...Jacob Kaplan-Moss2010-08-191-5/+3
* Fixed #13636 -- Migrated fixtures tests to use unittests,...Russell Keith-Magee2010-06-051-8/+15
* Fixed #9170 -- added improved custom management command d...Brian Rosner2010-05-081-10/+232
* Fixed #8753: converted "new in ..." callouts to proper Sp...Jacob Kaplan-Moss2008-09-021-1/+1
* Massive reorganization of the docs. See the new docs onli...Jacob Kaplan-Moss2008-08-241-0/+33