Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Ed Morley
|
44cce3ed00
Fixed #27739 -- Documented LabelCommand.label.
|
8 years ago |
akki
|
74ed20b49a
Replaced "django" with "Django" in spelling_wordlist.
|
8 years ago |
Claude Paroz
|
122c90a43b
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |
eltronix
|
e2cb1018cb
Fixed reference to Question model in management command how-to.
|
8 years ago |
Mounir Messelmeni
|
50931dfa53
Fixed #25304 -- Allowed management commands to check if migrations are applied.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 years ago |
Tim Graham
|
a7752780d9
Removed an unncessary docs cross-reference for call_command().
|
9 years ago |
Tim Graham
|
555f8e9d5c
Made CommandError use the exception directive in docs.
|
9 years ago |
Elena Oat
|
d26207d56c
Fixed #25526 -- Documented how to output colored text in custom management commands.
|
9 years ago |
Tim Graham
|
3f766d44c5
Fixed #25515 -- Documented the return value of BaseCommand.handle()
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
b4002a2143
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
|
9 years ago |
Tim Graham
|
6a70cb5397
Refs #19973 -- Removed optparse support in management commands per deprecation timeline.
|
9 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Tim Graham
|
0f169098ef
Removed BaseCommand.validate() per deprecation timeline; refs #16905.
|
10 years ago |
Tim Graham
|
4b8d3bbab5
Standardized indentation in docs/howto/custom-management-commands.txt.
|
10 years ago |
Tim Graham
|
4a03d348c7
Removed BaseCommand.requires_model_validation per deprecation timeline.
|
10 years ago |
Tim Graham
|
18192b9fa4
Replaced deprecated requires_model_validation in docs.
|
10 years ago |
Tim Graham
|
00a11994a5
Removed support for AppCommand.handle_app() per deprecation timeline.
|
10 years ago |
Claude Paroz
|
f7c287fca9
Fixed #24073 -- Deactivated translations when leave_locale_alone is False
|
10 years ago |
Danilo Bargen
|
cdee865976
Fixed #23543 -- Added docs on testing management command output.
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Tim Graham
|
54546cee88
Fixed #22942 -- Noted that __init__.py files are required for management command detection.
|
10 years ago |
Gert Van Gool
|
a8c5630c98
Fixed typo in parameter name doc for BaseCommand.check().
|
10 years ago |
Maxime Turcotte
|
9996158db4
Fixed #22835 -- Deprecated NoArgsCommand.
|
10 years ago |
Claude Paroz
|
cbff097bd9
Documented optparse to argparse changes for management commands
|
10 years ago |