diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt index f155e309c3..be87f01054 100644 --- a/docs/releases/4.2.8.txt +++ b/docs/releases/4.2.8.txt @@ -20,3 +20,7 @@ Bugfixes * Fixed a regression in Django 4.2 that caused a crash when annotating a ``QuerySet`` with a ``Window`` expressions composed of a ``partition_by`` clause mixing field types and aggregation expressions (:ticket:`34987`). + +* Fixed a regression in Django 4.2 where the admin's change list page had + misaligned pagination links and inputs when using ``list_editable`` + (:ticket:`34991`). |
