mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[3.1.x] Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Backport of 927bd888dd from master
This commit is contained in:
committed by
Mariusz Felisiak
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user