mirror of
https://github.com/django/django.git
synced 2024-12-28 20:16:19 +00:00
9e9a286bed
Regression in0aa2f16e63
. Thanks Andrei Shabanski for the report. Backport of1d9d32389c
from main.
18 lines
521 B
Plaintext
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`).
|