summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2026-03-30 23:16:32 +0100
committerJacob Walls <jacobtylerwalls@gmail.com>2026-04-02 11:09:37 -0400
commit253f552c5809fa096116b601bd842ca4f3504860 (patch)
tree5d92c711598b6c335c7ae345d7836916c1056bcb /docs
parent90cd510b3b033605907f6521ef98f35d2bd6c3a0 (diff)
Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.
Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/6.0.4.txt b/docs/releases/6.0.4.txt
index e24397d9bc..1967edacc8 100644
--- a/docs/releases/6.0.4.txt
+++ b/docs/releases/6.0.4.txt
@@ -14,3 +14,7 @@ Bugfixes
and :func:`~django.contrib.auth.alogout` did not respectively set or clear
``request.user`` if it had already been materialized (e.g., by sync
middleware) (:ticket:`37017`).
+
+* Fixed a regression in Django 6.0 in admin forms where
+ ``RelatedFieldWidgetWrapper`` incorrectly wrapped all widgets in a
+ ``<fieldset>`` (:ticket:`36949`).