evananyonga
|
ae8baaee9d
Corrected BaseCommand.check() signature in docs.
|
10 月之前 |
Mariusz Felisiak
|
305757aec1
Applied Black's 2024 stable style.
|
10 月之前 |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 年之前 |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
1 年之前 |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 年之前 |
David
|
51874dd160
Added backticks to code literals in various docs.
|
2 年之前 |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 年之前 |
Jan Szoja
|
b667ac24ea
Fixed #25264 -- Allowed suppressing base command options in --help output.
|
3 年之前 |
Daniele Procida
|
22fbebc744
Refs #32880 -- Made some titles consistent in how-to documents.
|
3 年之前 |
Abhyudai
|
4a77aeb1f8
Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_checks docs.
|
3 年之前 |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
3 年之前 |
René Fleschenberg
|
578b3046e3
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."
|
4 年之前 |
Hasan Ramezani
|
c60524c658
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.
|
4 年之前 |
Adam Johnson
|
8e8c3f964e
Refs #29501 -- Allowed customizing exit status for management commands.
|
4 年之前 |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 年之前 |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 年之前 |
Hasan Ramezani
|
a7038adbd0
Fixed typos in signals and custom management commands docs.
|
5 年之前 |
mentix02
|
fa422dd78b
Changed poll_id to poll_ids in examples of custom management commands.
|
5 年之前 |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
5 年之前 |
Claude Paroz
|
eac9ab7ebb
Removed parser.add_arguments() arguments that match the defaults.
|
6 年之前 |
humbertotm
|
e95008f241
Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in management commands.
|
6 年之前 |
Claude Paroz
|
d65b0f72de
Fixed #17379 -- Removed management commands deactivation of the locale.
|
11 年之前 |
Tim Graham
|
b9cec9fa1f
Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.
|
6 年之前 |
я котик пур-пур
|
ccc25bfe4f
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
|
7 年之前 |
jkrzy
|
48d92fea67
Fixed #28367 -- Doc'd how to override management commands.
|
7 年之前 |
Jon Dufresne
|
7bbb5161ea
Removed implicit default store_true/false argparse args.
|
7 年之前 |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
7 年之前 |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
7 年之前 |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
7 年之前 |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 年之前 |