BoundField.as_hidden(attrs=None, **kwargs) [source] Returns a string of HTML for representing
min_value These control the range of values permitted in the field.
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
Field.validators The validators argument lets you provide a list of validation functions for this field.
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
Detailed form API reference. For introductory material, see the Working with forms topic guide.
attrs A dictionary containing HTML attributes to be set on the rendered widget. >>>
strip New in Django 1.9. If True
modelform_factory(model, form=ModelForm, fields=None, exclude=None, formfield_callback=None, widgets=None, localized_fields=None, labels=None, help_texts=None, error_messages=None
Form.auto_id By default, the form rendering methods include: HTML id
Page 1 of 18