Fixed #12856 -- Documented BoundField API.

This commit is contained in:
Moritz Sichert 2015-08-10 13:23:24 +02:00 committed by Tim Graham
parent 534aaf56f4
commit 2f53d342f1
3 changed files with 171 additions and 81 deletions

View file

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^