mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField.
This commit is contained in:
parent
7f76251fb7
commit
535219e4f7
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue