summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXaroth Brook <xaroth@xaroth.nl>2018-05-26 22:56:17 +0200
committerTim Graham <timograham@gmail.com>2018-05-26 20:52:48 -0400
commit1adac352d3cd64d2193f9cd56e1e97b0022d6c48 (patch)
tree1ac9405d502cffc2ced598020087adede12d3424 /docs
parent0b1744b66cad49592d561591f59ce1893c800aee (diff)
[2.0.x] Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Backport of 39283c8edbc5991b589d48a8e17152042193f2df from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.6.txt b/docs/releases/2.0.6.txt
index 5d401a7ea9..1c9d0982fa 100644
--- a/docs/releases/2.0.6.txt
+++ b/docs/releases/2.0.6.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed a regression that broke custom template filters that use decorators
(:ticket:`29400`).
+
+* Fixed detection of custom URL converters in included patterns
+ (:ticket:`29415`).