summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-01-19 12:06:38 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-01-26 10:04:08 +0100
commitf82ca84f775f534b32e6ffcef6baa75da6bec47b (patch)
tree018ea387cdc1fbf9819be8a550d5749c6f8a6bf7 /docs
parentc28a41f4f1d9c8f6bd0e60baa6ed79c332c89303 (diff)
[4.0.x] Fixed #33407 -- Fixed .radiolist admin CSS.
Regression in 5942ab5eb165ee2e759174e297148a40dd855920. Backport of 85f2a9fb0f0973930abc84a725bc30703aa3d98b from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt
index 31f6261b38..8227d98622 100644
--- a/docs/releases/4.0.2.txt
+++ b/docs/releases/4.0.2.txt
@@ -25,3 +25,6 @@ Bugfixes
* Fixed a regression in Django 4.0 that caused a crash of ``makemigrations`` on
models without ``Meta.order_with_respect_to`` but with a field named
``_order`` (:ticket:`33449`).
+
+* Fixed a regression in Django 4.0 that caused incorrect
+ :attr:`.ModelAdmin.radio_fields` layout in the admin (:ticket:`33407`).