summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.3.txt
diff options
context:
space:
mode:
authorNeeraj Kumar <sainineeraj1234@gmail.com>2023-06-07 02:13:57 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-06-11 15:01:06 +0200
commit1d9d32389c652edc56ada65116d39789896f4820 (patch)
tree428488df00ebb61bb4920cf24712b2cf93270d42 /docs/releases/4.2.3.txt
parente9bd5b4876a05efa078962aa8c51f8357e747156 (diff)
Fixed #34638 -- Fixed admin change list selected row highlight on editable boolean fields.
Regression in 0aa2f16e63887d6053f6fd0da19254fc74c750ae. Thanks Andrei Shabanski for the report.
Diffstat (limited to 'docs/releases/4.2.3.txt')
-rw-r--r--docs/releases/4.2.3.txt4
1 files changed, 4 insertions, 0 deletions
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`).