1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

Backport of f2b6986317 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.