From 85f2a9fb0f0973930abc84a725bc30703aa3d98b Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 19 Jan 2022 12:06:38 +0100 Subject: Fixed #33407 -- Fixed .radiolist admin CSS. Regression in 5942ab5eb165ee2e759174e297148a40dd855920. --- docs/releases/4.0.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3