mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #25731 -- Removed unused choices kwarg for Select.render()
This commit is contained in:
parent
468d8211df
commit
926e90132d
5 changed files with 40 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue