summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 7a3643969b..92f7c1d8e6 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -483,6 +483,11 @@ Miscellaneous
* The default error views now raise ``TemplateDoesNotExist`` if a nonexistent
``template_name`` is specified.
+* The unused ``choices`` keyword argument of the ``Select`` and
+ ``SelectMultiple`` widgets' ``render()`` method is removed. The ``choices``
+ argument of the ``render_options()`` method is also removed, making
+ ``selected_choices`` the first argument.
+
.. _deprecated-features-1.10:
Features deprecated in 1.10