Skip to content

Commit 719ea94

Browse files
committed
minor #20450 Replaced caution directive by warning (TimoBakx)
This PR was merged into the 7.2 branch. Discussion ---------- Replaced `caution` directive by `warning` Fixes #20371 Commits ------- 0a3fb8d Replaced `caution` directive by `warning`
2 parents 221caaa + 0a3fb8d commit 719ea94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/choice_lazy.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ will only load and render the choices that are preset as default values or
2424
submitted. This defers the loading of the full list of choices, helping to
2525
improve your form's performance.
2626

27-
.. caution::
27+
.. warning::
2828

2929
Keep in mind that when using ``choice_lazy``, you are responsible for
3030
providing the user interface for selecting choices, typically through a

0 commit comments

Comments
 (0)