forms.SplitDateTimeField
  • References/Python/Django/API/Forms/Form fields

class SplitDateTimeField(**kwargs) [source] Default widget:

2025-01-10 15:47:30
forms.Field.label_suffix
  • References/Python/Django/API/Forms/Form fields

Field.label_suffix The label_suffix argument lets you override the form’s

2025-01-10 15:47:30
forms.TypedChoiceField
  • References/Python/Django/API/Forms/Form fields

class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except

2025-01-10 15:47:30
forms.Field.widget
  • References/Python/Django/API/Forms/Form fields

Field.widget The widget argument lets you specify a Widget class to use when rendering this Field

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

check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should

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

class TimeInput [source] Time input as a simple text box: <input type='text' ..

2025-01-10 15:47:30
forms.Form.errors.as_json()
  • References/Python/Django/API/Forms/The Forms API

Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.

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

value_omitted_from_data(data, files, name) [source] New

2025-01-10 15:47:30
forms.ChoiceField.choices
  • References/Python/Django/API/Forms/Form fields

choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns

2025-01-10 15:47:30
forms.IntegerField
  • References/Python/Django/API/Forms/Form fields

class IntegerField(**kwargs) [source] Default widget:

2025-01-10 15:47:30