BoundField.as_widget(widget=None, attrs=None, only_initial=False) [source] Renders the field
Form.initial Use initial to declare the initial value of form fields at runtime. For example, you might want to
BoundField.field The form
BoundField.data This property returns the data for this BoundField extracted by the widget’s
BoundField.help_text The
BoundField.label The
BoundField.form The Form instance this BoundField is bound to.
BoundField.name The name of this field in the form: >>>
Form.prefix You can put several Django forms inside one <form> tag. To give each Form its own
Form.is_bound If you need to distinguish between bound and unbound form instances at runtime, check the value of the form’s
Page 3 of 5