mirror of
https://github.com/django/django.git
synced 2024-12-27 19:46:22 +00:00
761e913191
Regression ine83a88566a
. Backport of1b5338d03e
from main
18 lines
492 B
Plaintext
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`).
|