forms.CheckboxSelectMultiple
  • References/Python/Django/API/Forms/Widgets

class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered

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

months An optional dict of months to use in the “months” select box. The keys of the dict correspond

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

class NullBooleanSelect [source] Select widget with options ‘Unknown’, ‘Yes’ and ‘No’

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

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

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

class PasswordInput [source] Password input: <input type='password' ...>

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

class Select [source] Select widget: <select><option ...>...</select>

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

class DateTimeInput [source] Date/time input as a simple text box: <input type='text'

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

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

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

choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override

2025-01-10 15:47:30