2023-06-05 14:55:23 -03:00
|
|
|
==========================
|
|
|
|
Django 4.2.3 release notes
|
|
|
|
==========================
|
|
|
|
|
2023-06-21 08:59:10 +02:00
|
|
|
*July 3, 2023*
|
2023-06-05 14:55:23 -03:00
|
|
|
|
2023-06-21 08:59:10 +02:00
|
|
|
Django 4.2.3 fixes a security issue with severity "moderate" and several bugs
|
|
|
|
in 4.2.2.
|
2023-06-05 14:55:23 -03:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2023-06-09 21:37:23 +02: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-07 02:13:57 +05:30
|
|
|
|
|
|
|
* 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`).
|