Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.

Regression in df41b5a05d.
This commit is contained in:
Tilmann Becker 2017-12-19 23:50:23 +01:00 committed by Tim Graham
parent 04d1454350
commit 01384ce36c
3 changed files with 20 additions and 2 deletions

View file

@ -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`).