diff options
| author | jpic <jamespic@gmail.com> | 2016-01-25 05:15:42 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-02 18:03:19 -0500 |
| commit | 926e90132dc15d76bb8d16e2f9f1279566cac3c3 (patch) | |
| tree | 16104b387bccb0e283fddad895967691934e22e1 /docs | |
| parent | 468d8211df999845607c3bb163c859e428d39dea (diff) | |
Fixed #25731 -- Removed unused choices kwarg for Select.render()
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 5 |
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 |
