Note di rilascio di Django 2.0.6¶
1 Giugno 2018
Django 2.0.6 risolve alcuni bug in 2.0.5.
Correzioni di bug¶
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 BY
clause on MySQL when using aRawSQL
annotation (#29416).Sistemato
WKBWriter.write()
ewrite_hex()
per i poligoni vuoti in GEOS 3.6.1+ (#29460).Sistemato un problema di regressione in Django 1.10 che potrebbe risultare in un uso della memoria eccessivo quando viene utilizzato
ModelAdmin.list_editable
(#28462).