mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #12856 -- Documented BoundField API.
This commit is contained in:
parent
534aaf56f4
commit
2f53d342f1
3 changed files with 171 additions and 81 deletions
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue