forms.MultiWidget.widgets
  • References/Python/Django/API/Forms/Widgets

widgets An iterable containing the widgets needed. And one required method:

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

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

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

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

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

max_value

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

Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide

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

Form.order_fields(field_order) New in Django 1.9. You

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

class TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField

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

BoundField.html_name The name that will be used in the widget’s HTML name attribute. It takes the form prefix

2025-01-10 15:47:30