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

class EmailInput [source] Text input: <input type="email" ...>

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

class HiddenInput [source] Hidden input: <input type='hidden' ...>

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

render(name, value, attrs=None) [source] Returns HTML for the widget, as a Unicode string

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

max_digits The maximum number of digits (those before the decimal point plus those after the decimal point, with leading zeros

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

supports_microseconds An attribute that defaults to True. If set to False, the microseconds part of

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

queryset Same as ModelChoiceField.queryset. Takes one optional argument:

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

Form.error_css_class

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

BoundField.value() [source] Use this method to render the raw value of this field as it would

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

class Widget(attrs=None) [source] This abstract class cannot be rendered, but provides the

2025-01-10 15:47:30