mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[2.0.x] Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
Regression indf41b5a05d
. Backport of01384ce36c
from master
This commit is contained in:
parent
6f86d8bc69
commit
c99ab335a1
3 changed files with 20 additions and 2 deletions
|
@ -31,3 +31,6 @@ Bugfixes
|
|||
trailing zeros in the fractional part truncated (:ticket:`28915`).
|
||||
|
||||
* Fixed crash in the ``testserver`` command startup (:ticket:`28941`).
|
||||
|
||||
* Fixed crash when coercing a translatable URL pattern to ``str``
|
||||
(:ticket:`28947`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue