1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00
django/docs/releases/5.0.3.txt
Vašek Dohnal 1b5338d03e Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.
Regression in e83a88566a71a2353cebc35992c110be0f8628af.
2024-02-08 11:36:28 +01:00

18 lines
492 B
Plaintext

==========================
Django 5.0.3 release notes
==========================
*Expected March 4, 2024*
Django 5.0.3 fixes several bugs in 5.0.2.
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`).