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

empty_value The value to use to represent “empty.” Defaults to the empty string; None is another common choice

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

max_length

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.formsets.formset_factory()
  • References/Python/Django/API/Forms/Formset Functions

formset_factory(form, formset=BaseFormSet, extra=1, can_order=False, can_delete=False, max_num=None, validate_max=False, min_num=None, validate_min=False)

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

BoundField.label The

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

BoundField.form The Form instance this BoundField is bound to.

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.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