mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.
Regression in e83a88566a.
This commit is contained in:
committed by
Mariusz Felisiak
parent
2f14c2cedc
commit
1b5338d03e
@@ -11,3 +11,7 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 5.0.2 where ``intcomma`` template filter could
|
||||
return a leading comma for string representation of floats (:ticket:`35172`).
|
||||
|
||||
* Fixed a bug in Django 5.0 that caused a crash of ``Signal.asend()`` and
|
||||
``asend_robust()`` when all receivers were asynchronous functions
|
||||
(:ticket:`35174`).
|
||||
|
||||
Reference in New Issue
Block a user