summaryrefslogtreecommitdiff
path: root/docs/releases
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:29:29 -0400
commit39e61669e0c4299228dca751852002946ebe5d5e (patch)
tree98fd504af593cdc2a6716be4ad48439805929c95 /docs/releases
parent40d87681580ee4f223bcd5ba227ef6ab324a6909 (diff)
[2.1.x] Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Backport of 39283c8edbc5991b589d48a8e17152042193f2df from master
Diffstat (limited to 'docs/releases')
-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`).