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/internals | |
| parent | 7f76251fb7ea8593a47ab55ac22d6cb500b39e2f (diff) | |
Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 54ca279ff1..682cb6101a 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -155,7 +155,7 @@ details on these changes. prefixed by ``TEST_``, will no longer be supported. * The `cache_choices` option to :class:`~django.forms.ModelChoiceField` and - :class:`~django.forms.MultipleModelChoiceField` will be removed. + :class:`~django.forms.ModelMultipleChoiceField` will be removed. .. _deprecation-removed-in-1.8: |
