summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-14 06:11:17 -0400
committerTim Graham <timograham@gmail.com>2017-06-14 06:11:17 -0400
commitf2b698631719c6df082a627b6f7ddf2d7f9fa751 (patch)
tree877ac26b5e93a867a86289524988bc943447eb1e /docs
parente8c056c31a5b353e7b50a405c00db12c28f4a756 (diff)
Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt2
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.