Skip to content

Commit 0bf627f

Browse files
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
1 parent 9d5d865 commit 0bf627f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/forms/fields.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ For each field, we describe the default widget used if you don't specify
413413
accepts the same formats as the ``choices`` argument to a model field.
414414
See the :ref:`model field reference documentation on choices
415415
<field-choices>` for more details. If the argument is a callable, it is
416-
evaluated each time the field's form is initialized. Defaults to an
417-
empty list.
416+
evaluated each time the field's form is initialized, in addition to
417+
during rendering. Defaults to an empty list.
418418

419419
``TypedChoiceField``
420420
--------------------

0 commit comments

Comments
 (0)