summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2019-05-28 19:06:39 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-29 08:08:50 +0200
commit0344565179527d80990e2247e3be7c04aa8c43c8 (patch)
treee5a85abdbe27ca9c3ad849ba0e06736c863f31a3 /docs/releases
parentfcbc502af93f0ee75522c45ae6ec2925da9f2145 (diff)
Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with custom signature.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.2.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt
index 08af175caa..e95fa343fc 100644
--- a/docs/releases/2.2.2.txt
+++ b/docs/releases/2.2.2.txt
@@ -25,3 +25,6 @@ Bugfixes
* Fixed crash of :class:`~django.contrib.postgres.aggregates.ArrayAgg` and
:class:`~django.contrib.postgres.aggregates.StringAgg` with ``ordering``
argument when used in a ``Subquery`` (:ticket:`30315`).
+
+* Fixed a regression in Django 2.2 that caused a crash of auto-reloader when
+ an exception with custom signature is raised (:ticket:`30516`).