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:13:48 -0400
commit39283c8edbc5991b589d48a8e17152042193f2df (patch)
treed6d9252b66050f139c70a56ca4c7490aecc1273c /docs
parente01fa015c0fca32bb740b575c8fbfd388d8f4957 (diff)
Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
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`).