modelformset_factory(model, form=ModelForm, formfield_callback=None, formset=BaseModelFormSet, extra=1, can_delete=False, can_order=False, max_num=None, fields=None,
class FloatField(**kwargs) [source] Default widget:
class Select [source] Select widget: <select><option ...>...</select>
BoundField.auto_id The HTML ID attribute for this BoundField. Returns an empty string if Form.auto_id
strip New in Django 1.9. Defaults to False
min_length These are the same as CharField.max_length and CharField.min_length.
Form.initial Use initial to declare the initial value of form fields at runtime. For example, you might want to
class BoundField [source] Used to display HTML or access attributes for a single field of
class SlugField(**kwargs) [source] Default widget:
BoundField.data This property returns the data for this BoundField extracted by the widget’s
Page 11 of 18