Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
il y a 11 ans |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
il y a 11 ans |
Aymeric Augustin
|
c81fae6b95
Used app_label instead of appname.
|
il y a 11 ans |
Aymeric Augustin
|
bb8ec71f61
Updated the AppCommand API to support apps without a models module.
|
il y a 11 ans |
Dominic Rodger
|
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
|
il y a 11 ans |
Jon Lønne
|
5a5d594717
Fixed typo in Custom management commands documentation.
|
il y a 11 ans |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
il y a 12 ans |
Claude Paroz
|
0201b9d6d8
Fixed #19749 -- Documented ending param to command's self.stdout/err
|
il y a 12 ans |
Ramiro Morales
|
21ea58b8cc
Enhanced docs and docctrings added in 869c9ba.
|
il y a 12 ans |
Ramiro Morales
|
869c9ba306
Fixed #19730 -- Don't validate importability of settings by using i18n in management commands.
|
il y a 12 ans |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
il y a 12 ans |
Aymeric Augustin
|
29ca3d3c4b
Fixed #18587 -- Typo in management command example
|
il y a 12 ans |
Claude Paroz
|
f2b6763ad7
Fixed #18387 -- Do not call sys.exit during call_command.
|
il y a 12 ans |
Claude Paroz
|
822d6d6dab
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
|
il y a 12 ans |
Claude Paroz
|
ea9dc9f4b0
Fixed #18060 -- Corrected the import path of an example in custom management commands docs. Thanks smuss for the patch.
|
il y a 13 ans |
Claude Paroz
|
530ab32e9f
Fixed #18187 -- Completed example and details about custom command options. Thanks purple for the report.
|
il y a 13 ans |
Carl Meyer
|
3ed0b6ed64
Fixed #17799 - Documented that the execute() method of a management command is not suitable for calling the command from code; call_command should be used instead. Thanks kacah222 for the report and claudep for the patch.
|
il y a 13 ans |
Adrian Holovaty
|
7981efe04f
Documentation (and some small source code) edits from [17432] - [17537]
|
il y a 13 ans |
Jannis Leidel
|
62dc16dcd8
Fixed #17625 -- Mention in the management command docs that modules with an underscore prefix are ignored and not dissplayed in the list of commands.
|
il y a 13 ans |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
il y a 13 ans |
Ramiro Morales
|
d7c2dcd538
Fixed a couple of documentation typos.
|
il y a 14 ans |
Timo Graham
|
60470e8ac2
Fixed #10078 - Document use of locales in management commands. Thanks gregoire for the suggestion and ramiro for the patch.
|
il y a 14 ans |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
il y a 14 ans |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
il y a 14 ans |
Russell Keith-Magee
|
5da6aeba17
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another set of expensive flush calls. Thanks to Eric Holscher for the patch.
|
il y a 14 ans |
Brian Rosner
|
0618cb24f5
Fixed #9170 -- added improved custom management command documentation.
|
il y a 15 ans |
Jacob Kaplan-Moss
|
64a9469127
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
il y a 16 ans |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
il y a 16 ans |