forms.ChoiceField.choices
  • References/Python/Django/API/Forms/Form fields

choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns

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

class CheckboxInput [source] Checkbox: <input type='checkbox' ...>

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

unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled that address would be

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

class MultiWidget(widgets, attrs=None) [source] A widget that is composed of multiple widgets

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

Form.changed_data The changed_data attribute returns a list of the names of the fields whose values in the form’s

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

Field.label The label argument lets you specify the “human-friendly” label for this field. This is used when the

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

class TimeInput [source] Time input as a simple text box: <input type='text' ..

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

Field.localize The localize argument enables the localization of form data input, as well as the rendered output

2025-01-10 15:47:30
forms.Widget.value_omitted_from_data()
  • References/Python/Django/API/Forms/Widgets

value_omitted_from_data(data, files, name) [source] New

2025-01-10 15:47:30