mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with custom signature.
Regression inc8720e7696. Backport of0344565179from master
This commit is contained in:
committed by
Mariusz Felisiak
parent
0f0d1cd772
commit
ace0bec804
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user