django/docs/releases/4.2.3.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
558 B
Plaintext
Raw Normal View History

2023-06-05 17:55:23 +00:00
==========================
Django 4.2.3 release notes
==========================
*July 3, 2023*
2023-06-05 17:55:23 +00:00
Django 4.2.3 fixes a security issue with severity "moderate" and several bugs
in 4.2.2.
2023-06-05 17:55:23 +00:00
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`).