diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-23 18:50:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-23 18:50:51 -0400 |
| commit | 535219e4f7047c5ccbc70029dfdbcf69e0f83abc (patch) | |
| tree | d86a699c04c57b47a65eb92d42da97fa4ae15876 /docs/releases | |
| parent | 7f76251fb7ea8593a47ab55ac22d6cb500b39e2f (diff) | |
Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 2351e96c18..ce9d35795c 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -480,11 +480,11 @@ The class :class:`~django.core.management.NoArgsCommand` is now deprecated and will be removed in Django 2.0. Use :class:`~django.core.management.BaseCommand` instead, which takes no arguments by default. -``cache_choices`` option of ``ModelChoiceField`` and ``MultipleModelChoiceField`` +``cache_choices`` option of ``ModelChoiceField`` and ``ModelMultipleChoiceField`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :class:`~django.forms.ModelChoiceField` and -:class:`~django.forms.MultipleModelChoiceField` took an undocumented, untested +:class:`~django.forms.ModelMultipleChoiceField` took an undocumented, untested option ``cache_choices``. This cached querysets between multiple renderings of the same ``Form`` object. This option is subject to an accelerated deprecation and will be removed in Django 1.9. |
