From 01384ce36c3fddfbcc5af6e1108bdb8cd3e9389d Mon Sep 17 00:00:00 2001 From: Tilmann Becker Date: Tue, 19 Dec 2017 23:50:23 +0100 Subject: Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str. Regression in df41b5a05d4e00e80e73afe629072e37873e767a. --- docs/releases/2.0.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt index 9d2163b2b6..19164dab8a 100644 --- a/docs/releases/2.0.1.txt +++ b/docs/releases/2.0.1.txt @@ -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`). -- cgit v1.3