summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTilmann Becker <tilmann.becker@gmail.com>2017-12-19 23:50:23 +0100
committerTim Graham <timograham@gmail.com>2017-12-20 20:56:57 -0500
commitc99ab335a1198fc91356c2bddb0ee1622f574d34 (patch)
treee9ac92af836f47d91d92681a19ff93b570684485 /docs
parent6f86d8bc69aa88a82e1291b4f545184fd9572d9d (diff)
[2.0.x] Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
Regression in df41b5a05d4e00e80e73afe629072e37873e767a. Backport of 01384ce36c3fddfbcc5af6e1108bdb8cd3e9389d from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).