2018-05-02 10:01:48 +08:00
|
|
|
==========================
|
|
|
|
Django 2.0.6 release notes
|
|
|
|
==========================
|
|
|
|
|
2018-06-01 18:16:17 +08:00
|
|
|
*June 1, 2018*
|
2018-05-02 10:01:48 +08:00
|
|
|
|
|
|
|
Django 2.0.6 fixes several bugs in 2.0.5.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-05-25 23:11:46 +08:00
|
|
|
* Fixed a regression that broke custom template filters that use decorators
|
|
|
|
(:ticket:`29400`).
|
2018-05-27 04:56:17 +08:00
|
|
|
|
|
|
|
* Fixed detection of custom URL converters in included patterns
|
|
|
|
(:ticket:`29415`).
|
2018-05-28 06:25:19 +08:00
|
|
|
|
|
|
|
* Fixed a regression that added an unnecessary subquery to the ``GROUP BY``
|
|
|
|
clause on MySQL when using a ``RawSQL`` annotation (:ticket:`29416`).
|
2018-05-31 23:35:59 +08:00
|
|
|
|
|
|
|
* Fixed ``WKBWriter.write()`` and ``write_hex()`` for empty polygons on
|
|
|
|
GEOS 3.6.1+ (:ticket:`29460`).
|