Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
This commit is contained in:
parent
41725602af
commit
927bd888dd
|
@ -1425,7 +1425,7 @@ customize the yielded 2-tuple choices.
|
||||||
.. attribute:: field
|
.. attribute:: field
|
||||||
|
|
||||||
The instance of ``ModelChoiceField`` or ``ModelMultipleChoiceField`` to
|
The instance of ``ModelChoiceField`` or ``ModelMultipleChoiceField`` to
|
||||||
iterator and yield choice.
|
iterate and yield choices.
|
||||||
|
|
||||||
``ModelChoiceIterator`` has the following method:
|
``ModelChoiceIterator`` has the following method:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue