class SelectDateWidget [source] Wrapper around three Select widgets: one each
class ModelChoiceField(**kwargs) [source] Default widget:
empty_label By default the <select> widget used by ModelChoiceField will have an empty choice
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
class SplitDateTimeWidget [source] Wrapper (using MultiWidget) around two widgets:
class URLField(**kwargs) [source] Default widget:
BoundField.as_hidden(attrs=None, **kwargs) [source] Returns a string of HTML for representing
strip New in Django 1.9. If True
regex A regular expression specified either as a string or a compiled regular expression object. Also
BoundField.errors A list-like object that is displayed as an HTML <ul class="errorlist">
Page 3 of 18