Form.as_p() as_p() renders the form as a series of <p> tags, with each <p>
Detailed form API reference. For introductory material, see the Working with forms topic guide.
fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but
format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid
time_format Similar to TimeInput.format
class TextInput [source] Text input: <input type="text" ...>
Form.cleaned_data Each field in a Form class is responsible not only for validating data, but also for “cleaning”
class DateField(**kwargs) [source] Default widget:
regex A regular expression specified either as a string or a compiled regular expression object. Also
Page 1 of 18