summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
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: