summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorMoritz Sichert <moritz.sichert@googlemail.com>2015-08-10 13:23:24 +0200
committerTim Graham <timograham@gmail.com>2015-09-21 08:42:14 -0400
commit2f53d342f1ce2fb36cddbd90e24c4fda86389c27 (patch)
tree2cbc9ba4553d63a42bb5d8422f3a06a649f0bdca /docs/topics/forms
parent534aaf56f4a8e261e111426b2a709e2f8816192f (diff)
Fixed #12856 -- Documented BoundField API.
Diffstat (limited to 'docs/topics/forms')
-rw-r--r--docs/topics/forms/index.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 8133478e82..c9cce5121f 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -690,6 +690,11 @@ Useful attributes on ``{{ field }}`` include:
:class:`~django.forms.Field` attributes, e.g.
``{{ char_field.field.max_length }}``.
+.. seealso::
+
+ For a complete list of attributes and methods, see
+ :class:`~django.forms.BoundField`.
+
Looping over hidden and visible fields
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^