summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index 653df608cc..d7e063b397 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -62,3 +62,7 @@ Bugfixes
* Fixed ``SimpleTestCase.assertRaisesMessage()`` on Python 2.7.10
(:ticket:`24903`).
+
+* Provided better backwards compatibility for the ``verbosity`` argument in
+ ``optparse`` management commands by casting it to an integer
+ (:ticket:`24769`).