Skip to content

Commit

Permalink
Refs django#11390 -- Clarified dual-calling of ChoiceField.choices ca…
Browse files Browse the repository at this point in the history
…llable.
  • Loading branch information
carltongibson authored and rgs258 committed Dec 8, 2020
1 parent 8e99665 commit 9563866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/forms/fields.txt
Expand Up @@ -413,8 +413,8 @@ For each field, we describe the default widget used if you don't specify
accepts the same formats as the ``choices`` argument to a model field.
See the :ref:`model field reference documentation on choices
<field-choices>` for more details. If the argument is a callable, it is
evaluated each time the field's form is initialized. Defaults to an
empty list.
evaluated each time the field's form is initialized, in addition to
during rendering. Defaults to an empty list.

``TypedChoiceField``
--------------------
Expand Down

0 comments on commit 9563866

Please sign in to comment.