diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-14 06:11:17 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-14 06:11:17 -0400 |
| commit | f2b698631719c6df082a627b6f7ddf2d7f9fa751 (patch) | |
| tree | 877ac26b5e93a867a86289524988bc943447eb1e /docs | |
| parent | e8c056c31a5b353e7b50a405c00db12c28f4a756 (diff) | |
Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index aede9c8e5d..8b19187983 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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. |
