1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

@@ -557,6 +557,9 @@ Miscellaneous
* Calling ``django.utils.crypto.get_random_string()`` without a ``length``
argument is deprecated.
* The ``list`` message for :class:`~django.forms.ModelMultipleChoiceField` is
deprecated in favor of ``invalid_list``.
.. _removed-features-3.1:
Features removed in 3.1