mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.
This commit is contained in:
parent
7d8cdad6b7
commit
ccf32aca44
5 changed files with 50 additions and 8 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue