postgres.forms.SplitArrayField.size
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

size This is the fixed number of times the underlying field will be used.

2025-01-10 15:47:30
postgres.forms.SimpleArrayField.base_field
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

base_field This is a required argument. It specifies the underlying form field for the array

2025-01-10 15:47:30
postgres.forms.RangeWidget.base_widget
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

base_widget A RangeWidget comprises a 2-tuple of base_widget.

2025-01-10 15:47:30
postgres.forms.RangeWidget
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class RangeWidget(base_widget, attrs=None) Widget used by all of the range fields. Based on

2025-01-10 15:47:30
postgres.forms.RangeWidget.decompress()
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

decompress(value) Takes a single “compressed” value of a field, for example a

2025-01-10 15:47:30
postgres.forms.DateRangeField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class DateRangeField [source] Based on

2025-01-10 15:47:30
postgres.forms.SimpleArrayField.min_length
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

min_length This is an optional argument which validates that the array reaches at least the stated length.

2025-01-10 15:47:30
postgres.forms.IntegerRangeField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class IntegerRangeField [source] Based on

2025-01-10 15:47:30