2018年4月2日
Django 2.0.4 では、2.0.3 にあったいくつかのバグを修正しました。
Exists()
annotation of a queryset
containing a single field (#29195).zh-hans
and
zh-hant
languages (#29213).PasswordResetConfirmView
crash when using a user model with a
UUIDField
primary key and the reset URL contains an encoded primary key
value that decodes to an invalid UUID (#29206).values_list()
querysets with union()
, difference()
, or
intersection()
crashed due to mismatching columns (#29229).SelectMultiple
and CheckboxSelectMultiple
widgets
(#29273).OpenLayersWidget
deserialization
ignored the widget map's SRID and assumed 4326 (WGS84) (#29116).2022年6月01日