1
0
mirror of https://github.com/django/django.git synced 2025-02-20 22:34:31 +00:00
django/docs/releases/4.2.3.txt
Neeraj Kumar 1d9d32389c Fixed #34638 -- Fixed admin change list selected row highlight on editable boolean fields.
Regression in 0aa2f16e63887d6053f6fd0da19254fc74c750ae.

Thanks Andrei Shabanski for the report.
2023-06-11 15:01:06 +02:00

18 lines
521 B
Plaintext

==========================
Django 4.2.3 release notes
==========================
*Expected July 3, 2023*
Django 4.2.3 fixes several bugs in 4.2.2.
Bugfixes
========
* Fixed a regression in Django 4.2 that caused incorrect alignment of timezone
warnings for ``DateField`` and ``TimeField`` in the admin (:ticket:`34645`).
* 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`).