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

class FloatRangeField [source] Based on

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

class SplitArrayField(base_field, size, remove_trailing_nulls=False) [source] This field

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

class DateTimeRangeField [source] Based on

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

class SimpleArrayField(base_field, delimiter=', ', max_length=None, min_length=None) [source] A

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

class JSONField [source] A field which accepts JSON encoded data for a

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

max_length This is an optional argument which validates that the array does not exceed the stated length.

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

class HStoreField [source] A field which accepts JSON encoded data for an

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

remove_trailing_nulls By default, this is set to False. When False, each value from the repeated fields

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

base_field This is a required argument. It specifies the form field to be repeated.

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

delimiter This is an optional argument which defaults to a comma: ,. This value is used to split the submitted

2025-01-10 15:47:30