summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2018-05-21 11:32:51 +0200
committerClaude Paroz <claude@2xlibre.net>2018-06-06 19:16:10 +0200
commitce3351b9508896afdf87d11bd64fd6b5ad928228 (patch)
tree2a29a1e01b4df1765c101be40ca76bb5b840d3b0 /docs/releases/2.1.txt
parente9bd1a3e12df132527a8d8bea95858e856ac7be4 (diff)
Fixed #29301 -- Added custom help formatter to BaseCommand class
This partially reverts c3055242c81812278ebdc93dd109f30d2cbd1610. Thanks Adam Johnson and Carlton Gibson for the reviews.
Diffstat (limited to 'docs/releases/2.1.txt')
-rw-r--r--docs/releases/2.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index cf2dbd6920..81f112b464 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -145,6 +145,11 @@ Management Commands
* The new :option:`inspectdb --include-views` option allows creating models
for database views.
+* The :class:`~django.core.management.BaseCommand` class now uses a custom help
+ formatter so that the standard options like ``--verbosity`` or ``--settings``
+ appear last in the help output, giving a more prominent position to subclassed
+ command's options.
+
Migrations
~~~~~~~~~~