2023-06-05 17:55:23 +00:00
|
|
|
==========================
|
|
|
|
Django 4.2.3 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected July 3, 2023*
|
|
|
|
|
|
|
|
Django 4.2.3 fixes several bugs in 4.2.2.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2023-06-09 19:37:23 +00:00
|
|
|
* Fixed a regression in Django 4.2 that caused incorrect alignment of timezone
|
|
|
|
warnings for ``DateField`` and ``TimeField`` in the admin (:ticket:`34645`).
|
2023-06-06 20:43:57 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.2 that caused incorrect highlighting of rows
|
|
|
|
in the admin changelist view when ``ModelAdmin.list_editable`` contained a
|
|
|
|
``BooleanField`` (:ticket:`34638`).
|