diff options
| author | Ninad Kulkarni <ninadkulkarni@outlook.com> | 2020-08-21 10:45:03 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-21 09:43:51 +0200 |
| commit | 8fb24a5130e09f28b00849776afb9372b18b75d4 (patch) | |
| tree | b849677b57cc10637aa24ee468bc59b37ff5a049 /docs/ref/forms | |
| parent | af190bf263f9cf584b6958fdc2a8d57e54926720 (diff) | |
[3.1.x] Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Backport of 927bd888ddea8bf37aec5515a7367fe8aeb3d1b4 from master
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 60fa0bbce6..ba4bce3c90 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -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: |
