From 1d9d32389c652edc56ada65116d39789896f4820 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Wed, 7 Jun 2023 02:13:57 +0530 Subject: Fixed #34638 -- Fixed admin change list selected row highlight on editable boolean fields. Regression in 0aa2f16e63887d6053f6fd0da19254fc74c750ae. Thanks Andrei Shabanski for the report. --- docs/releases/4.2.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.2.3.txt b/docs/releases/4.2.3.txt index 66d6611b36..4ab29b0cff 100644 --- a/docs/releases/4.2.3.txt +++ b/docs/releases/4.2.3.txt @@ -11,3 +11,7 @@ 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`). -- cgit v1.3