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

class DateTimeInput [source] Date/time input as a simple text box: <input type='text'

2025-01-10 15:47:30
forms.BoundField.help_text
  • References/Python/Django/API/Forms/The Forms API

BoundField.help_text The

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.FilePathField
  • References/Python/Django/API/Forms/Form fields

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

2025-01-10 15:47:30
forms.MultiValueField.compress()
  • References/Python/Django/API/Forms/Form fields

compress(data_list) [source] Takes a list of valid values and returns a “compressed” version

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

input_date_formats A list of formats used to attempt to convert a string to a valid datetime.date object.

2025-01-10 15:47:30
forms.BoundField.data
  • References/Python/Django/API/Forms/The Forms API

BoundField.data This property returns the data for this BoundField extracted by the widget’s

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

choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override

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

input_formats A list of formats used to attempt to convert a string to a valid datetime.time object.

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

min_length If provided, these arguments ensure that the string is at most or at least the given length.

2025-01-10 15:47:30