[2.1.x] Fixed #29415 -- Fixed detection of custom URL converters in included patterns.

Backport of 39283c8edb from master
This commit is contained in:
Xaroth Brook 2018-05-26 22:56:17 +02:00 committed by Tim Graham
parent 40d8768158
commit 39e61669e0
6 changed files with 42 additions and 12 deletions

View file

@ -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`).