inlineformset_factory(parent_model, model, form=ModelForm, formset=BaseInlineFormSet, fk_name=None, fields=None, exclude=None, extra=3, can_order=False, can_delete=True
Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
class BooleanField(**kwargs) [source] Default widget:
input_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
Field.label The label argument lets you specify the “human-friendly” label for this field. This is used when the
class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered
BoundField.field The form
months An optional dict of months to use in the “months” select box. The keys of the dict correspond
class NullBooleanSelect [source] Select widget with options ‘Unknown’, ‘Yes’ and ‘No’
class RegexField(**kwargs) [source] Default widget:
Page 8 of 18