From 3bd9852401cfbc8a1dfec4082303a5514ee69bf4 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 6 Jun 2013 14:15:26 -0400 Subject: [PATCH] [1.5.x] Fixed #20567 - Documented BoundField.id_for_label. Thanks littlepig for the suggestion. Backport of 175a102ddc from master. --- docs/ref/forms/api.txt | 23 +++++++++++++++++++++++ docs/ref/forms/widgets.txt | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 8d9e43bd3b..e6b0d3e6ee 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -683,6 +683,29 @@ by a ``Widget``:: >>> print(bound_form['subject'].value()) hi +.. attribute:: BoundField.id_for_label + +Use this property to render the ID of this field. For example, if you are +manually constructing a ``