From 957d311ec191a981e19e86423531d1b0247950cd Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:00:58 +0100 Subject: [PATCH] Improved Fieldset types. (#1363) --- crispy_forms/layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crispy_forms/layout.py b/crispy_forms/layout.py index 6338b011..4b9ffea3 100644 --- a/crispy_forms/layout.py +++ b/crispy_forms/layout.py @@ -518,7 +518,7 @@ class Fieldset(LayoutObject): legend : str The content of the fieldset's ````. This text is context aware, to bring this to life see the examples section. - *fields : str + *fields : str | LayoutObject | HTML Any number of fields as positional arguments to be rendered within the ``
`` css_class : str, optional