mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[3.1.x] Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Backport of 927bd888ddea8bf37aec5515a7367fe8aeb3d1b4 from master
This commit is contained in:
parent
af190bf263
commit
8fb24a5130
@ -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…
x
Reference in New Issue
Block a user