From 53e8ab580f7c0fcfc589ba0b1b6cc2556080e0b2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 Mar 2016 12:45:23 -0400 Subject: [PATCH] Fixed #26265 -- Clarified RadioSelect container's HTML id. --- docs/ref/forms/api.txt | 5 +++++ docs/ref/forms/widgets.txt | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 631fe1ea54..f1c46da947 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -826,6 +826,11 @@ The field-specific output honors the form object's ``auto_id`` setting:: Attributes of ``BoundField`` ---------------------------- +.. attribute:: BoundField.auto_id + + The HTML ID attribute for this ``BoundField``. Returns an empty string + if :attr:`Form.auto_id` is ``False``. + .. attribute:: BoundField.data This property returns the data for this :class:`~django.forms.BoundField` diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index f456dcf622..e347876724 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -680,8 +680,8 @@ Selector and checkbox widgets simply includes ``{{ myform.beatles }}`` -- they'll be output in a ``