Skip to content

Commit f20168e

Browse files
committed
[1.11.x] Fixed #28308 -- Doc'd removal of Select.render_option() (refs django#15667).
Backport of f2b6986 from master
1 parent a1c6c22 commit f20168e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/releases/1.11.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,8 @@ Some undocumented classes in ``django.forms.widgets`` are removed:
606606
``CheckboxFieldRenderer``
607607
* ``ChoiceInput``, ``RadioChoiceInput``, ``CheckboxChoiceInput``
608608

609+
The undocumented ``Select.render_option()`` method is removed.
610+
609611
The ``Widget.format_output()`` method is removed. Use a custom widget template
610612
instead.
611613

0 commit comments

Comments
 (0)