mentix02
|
fa422dd78b
Changed poll_id to poll_ids in examples of custom management commands.
|
5 anni fa |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 anni fa |
Claude Paroz
|
eac9ab7ebb
Removed parser.add_arguments() arguments that match the defaults.
|
6 anni fa |
humbertotm
|
e95008f241
Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in management commands.
|
6 anni fa |
Claude Paroz
|
d65b0f72de
Fixed #17379 -- Removed management commands deactivation of the locale.
|
12 anni fa |
Tim Graham
|
b9cec9fa1f
Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.
|
7 anni fa |
я котик пур-пур
|
ccc25bfe4f
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
|
7 anni fa |
jkrzy
|
48d92fea67
Fixed #28367 -- Doc'd how to override management commands.
|
7 anni fa |
Jon Dufresne
|
7bbb5161ea
Removed implicit default store_true/false argparse args.
|
8 anni fa |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 anni fa |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 anni fa |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 anni fa |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 anni fa |
Ed Morley
|
44cce3ed00
Fixed #27739 -- Documented LabelCommand.label.
|
8 anni fa |
akki
|
74ed20b49a
Replaced "django" with "Django" in spelling_wordlist.
|
8 anni fa |
Claude Paroz
|
122c90a43b
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
|
8 anni fa |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 anni fa |
eltronix
|
e2cb1018cb
Fixed reference to Question model in management command how-to.
|
9 anni fa |
Mounir Messelmeni
|
50931dfa53
Fixed #25304 -- Allowed management commands to check if migrations are applied.
|
9 anni fa |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 anni fa |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 anni fa |
Tim Graham
|
a7752780d9
Removed an unncessary docs cross-reference for call_command().
|
9 anni fa |
Tim Graham
|
555f8e9d5c
Made CommandError use the exception directive in docs.
|
9 anni fa |
Elena Oat
|
d26207d56c
Fixed #25526 -- Documented how to output colored text in custom management commands.
|
9 anni fa |
Tim Graham
|
3f766d44c5
Fixed #25515 -- Documented the return value of BaseCommand.handle()
|
9 anni fa |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 anni fa |
Tim Graham
|
b4002a2143
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
|
9 anni fa |
Tim Graham
|
6a70cb5397
Refs #19973 -- Removed optparse support in management commands per deprecation timeline.
|
9 anni fa |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 anni fa |
Tim Graham
|
0f169098ef
Removed BaseCommand.validate() per deprecation timeline; refs #16905.
|
10 anni fa |