From 2f53d342f1ce2fb36cddbd90e24c4fda86389c27 Mon Sep 17 00:00:00 2001 From: Moritz Sichert Date: Mon, 10 Aug 2015 13:23:24 +0200 Subject: Fixed #12856 -- Documented BoundField API. --- docs/topics/forms/index.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/topics/forms') 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3