summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.3.txt
diff options
context:
space:
mode:
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`).