mirror of
https://github.com/django/django.git
synced 2025-12-09 02:55:57 +00:00
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
This commit is contained in:
parent
41725602af
commit
927bd888dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue