From 535219e4f7047c5ccbc70029dfdbcf69e0f83abc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 23 Jun 2014 18:50:51 -0400 Subject: Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals') 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: -- cgit v1.3