django/docs/releases/2.0.6.txt

17 lines
352 B
Plaintext
Raw Normal View History

2018-05-02 10:01:48 +08:00
==========================
Django 2.0.6 release notes
==========================
*Expected June 1, 2018*
Django 2.0.6 fixes several bugs in 2.0.5.
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`).