forms.FilePathField.match
  • References/Python/Django/API/Forms/Form fields

match A regular expression pattern; only files with names matching this expression will be allowed as choices.

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

fields A tuple of fields whose values are cleaned and subsequently combined into a single value. Each value of the field is

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

BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a

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

years An optional list/tuple of years to use in the “year” select box. The default is a list containing the current year and

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

path The absolute path to the directory whose contents you want listed. This directory must exist.

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

Form.use_required_attribute New in Django 1.10. When

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

Field.clean(value) [source] Although the primary way you’ll use Field classes

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

class Textarea [source] Text area: <textarea>...</textarea>

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

Form.has_changed() Use the has_changed() method on your Form when you need to check if the form data

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

widget Must be a subclass of

2025-01-10 15:47:30