From 1b5338d03ecc962af8ab4678426bc60b0672b8dd Mon Sep 17 00:00:00 2001 From: VaĊĦek Dohnal Date: Thu, 8 Feb 2024 09:21:03 +0100 Subject: Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. Regression in e83a88566a71a2353cebc35992c110be0f8628af. --- docs/releases/5.0.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/5.0.3.txt b/docs/releases/5.0.3.txt index 384ce27fb7..30e87127b0 100644 --- a/docs/releases/5.0.3.txt +++ b/docs/releases/5.0.3.txt @@ -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`). -- cgit v1.3