From ccf32aca442feae4c765fb6133c418b4e387f428 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 5 Mar 2020 21:53:16 +0000 Subject: Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 580301436a..a4262af43b 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -64,6 +64,8 @@ details on these changes. * The ``length`` argument for ``django.utils.crypto.get_random_string()`` will be required. +* The ``list`` message for ``ModelMultipleChoiceField`` will be removed. + See the :ref:`Django 3.1 release notes ` for more details on these changes. -- cgit v1.3