forms.ModelMultipleChoiceField.to_field_name
  • References/Python/Django/API/Forms/Form fields

to_field_name Same as ModelChoiceField.to_field_name.

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

Field.has_changed() [source] The has_changed() method is used to determine if

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

input_time_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.SelectDateWidget.empty_label
  • References/Python/Django/API/Forms/Widgets

empty_label If the

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

class ClearableFileInput [source] File upload input: <input type='file' ...>

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

class Form [source] To create an unbound Form instance, simply instantiate the

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

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

2025-01-10 15:47:30
forms.DateInput.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.SlugField.allow_unicode
  • References/Python/Django/API/Forms/Form fields

allow_unicode New in Django 1.9. A boolean

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

Form.clean() Implement a clean() method on your Form when you must add custom validation for fields

2025-01-10 15:47:30