From 926e90132dc15d76bb8d16e2f9f1279566cac3c3 Mon Sep 17 00:00:00 2001 From: jpic Date: Mon, 25 Jan 2016 05:15:42 +0100 Subject: Fixed #25731 -- Removed unused choices kwarg for Select.render() --- docs/releases/1.10.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 -- cgit v1.3