Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).

This commit is contained in:
Tim Graham 2017-06-14 06:11:17 -04:00
parent e8c056c31a
commit f2b6986317
1 changed files with 2 additions and 0 deletions

View File

@ -609,6 +609,8 @@ Some undocumented classes in ``django.forms.widgets`` are removed:
``CheckboxFieldRenderer``
* ``ChoiceInput``, ``RadioChoiceInput``, ``CheckboxChoiceInput``
The undocumented ``Select.render_option()`` method is removed.
The ``Widget.format_output()`` method is removed. Use a custom widget template
instead.