April 2, 2018
Django 2.0.4 fixes several bugs in 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).Jul 27, 2022