Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.

This commit is contained in:
David Smith 2020-03-05 21:53:16 +00:00 committed by Mariusz Felisiak
parent 7d8cdad6b7
commit ccf32aca44
5 changed files with 50 additions and 8 deletions

View file

@ -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 <deprecated-features-3.1>` for more
details on these changes.