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