diff options
| author | Moritz Sichert <moritz.sichert@googlemail.com> | 2015-08-10 13:23:24 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-21 08:42:14 -0400 |
| commit | 2f53d342f1ce2fb36cddbd90e24c4fda86389c27 (patch) | |
| tree | 2cbc9ba4553d63a42bb5d8422f3a06a649f0bdca /docs/topics/forms | |
| parent | 534aaf56f4a8e261e111426b2a709e2f8816192f (diff) | |
Fixed #12856 -- Documented BoundField API.
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/index.txt | 5 |
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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
