Django 2.0.6 リリースノート¶
2018年6月1日
Django 2.0.6 では、2.0.5 にあったいくつかのバグを修正しました。
Bugfixes¶
- Fixed a regression that broke custom template filters that use decorators (#29400).
- Fixed detection of custom URL converters in included patterns (#29415).
- Fixed a regression that added an unnecessary subquery to the
GROUP BYclause on MySQL when using aRawSQLannotation (#29416). - Fixed
WKBWriter.write()andwrite_hex()for empty polygons on GEOS 3.6.1+ (#29460). - Fixed a regression in Django 1.10 that could result in large memory usage
when making edits using
ModelAdmin.list_editable(#28462).