forms.NumberInput
  • References/Python/Django/API/Forms/Widgets

class NumberInput [source] Text input: <input type="number" ...>

2025-01-10 15:47:30
forms.TimeInput.format
  • References/Python/Django/API/Forms/Widgets

format The format in which this field’s initial value will be displayed. If no format

2025-01-10 15:47:30
forms.DateTimeInput.format
  • References/Python/Django/API/Forms/Widgets

format The format in which this field’s initial value will be displayed. If no format

2025-01-10 15:47:30
forms.MultiWidget.format_output()
  • References/Python/Django/API/Forms/Widgets

format_output(rendered_widgets) [source] Given a list of rendered widgets (as strings), returns

2025-01-10 15:47:30
forms.EmailInput
  • References/Python/Django/API/Forms/Widgets

class EmailInput [source] Text input: <input type="email" ...>

2025-01-10 15:47:30
forms.Widget.value_from_datadict()
  • References/Python/Django/API/Forms/Widgets

value_from_datadict(data, files, name) [source] Given a dictionary of data and this widget’s

2025-01-10 15:47:30
forms.SelectDateWidget.empty_label
  • References/Python/Django/API/Forms/Widgets

empty_label If the

2025-01-10 15:47:30
forms.PasswordInput.render_value
  • References/Python/Django/API/Forms/Widgets

render_value Determines whether the widget will have a value filled in when the form is re-displayed after a validation error

2025-01-10 15:47:30
forms.MultiWidget.decompress()
  • References/Python/Django/API/Forms/Widgets

decompress(value) [source] This method takes a single “compressed” value from the field and

2025-01-10 15:47:30
forms.HiddenInput
  • References/Python/Django/API/Forms/Widgets

class HiddenInput [source] Hidden input: <input type='hidden' ...>

2025-01-10 15:47:30