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

Form.prefix You can put several Django forms inside one <form> tag. To give each Form its own

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

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

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

Form.is_bound If you need to distinguish between bound and unbound form instances at runtime, check the value of the form’s

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

class GenericIPAddressField(**kwargs) [source] A field containing either an IPv4 or an IPv6

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

max_value

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

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

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

min_value These control the range of values permitted in the field, and should be given as decimal.Decimal values

2025-01-10 15:47:30
forms.TimeInput.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