summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-03-05 21:53:16 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-12 09:36:01 +0100
commitccf32aca442feae4c765fb6133c418b4e387f428 (patch)
treedef50c3b781abe0592615d67c8dc0412dcf25bef /docs/internals
parent7d8cdad6b704051bb69a47721913701349463ead (diff)
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
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 <deprecated-features-3.1>` for more
details on these changes.