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:
committed by
Mariusz Felisiak
parent
7d8cdad6b7
commit
ccf32aca44
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user