summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.1.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index f3338f8933..41b554bb5d 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -228,7 +228,9 @@ Logging
Management Commands
~~~~~~~~~~~~~~~~~~~
-* ...
+* Management commands now set :class:`~argparse.ArgumentParser`\'s
+ ``suggest_on_error`` argument to ``True`` by default on Python 3.14, enabling
+ suggestions for mistyped subcommand names and argument choices.
Migrations
~~~~~~~~~~