format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid
class ModelMultipleChoiceField(**kwargs) [source] Default widget:
Form.as_p() as_p() renders the form as a series of <p> tags, with each <p>
BoundField.as_hidden(attrs=None, **kwargs) [source] Returns a string of HTML for representing
class UUIDField(**kwargs) [source] Default widget:
class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but
Form.cleaned_data Each field in a Form class is responsible not only for validating data, but also for “cleaning”
class TextInput [source] Text input: <input type="text" ...>
regex A regular expression specified either as a string or a compiled regular expression object. Also
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
Page 1 of 18