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

Backport of f2b698631719c6df082a627b6f7ddf2d7f9fa751 from master
This commit is contained in:
Tim Graham 2017-06-14 06:11:17 -04:00
parent a1c6c220e2
commit f20168e873

View File

@ -606,6 +606,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.