class django.contrib.postgres.forms.BaseRangeField Base class for form range fields.
base_field The model field class to use.
range_type The psycopg2 range type to use.
size This is an optional argument. If passed, the array will have a maximum size as specified
class ArrayField(base_field, size=None, **options) [source] A field for storing lists of
class FloatRangeField(**options) [source] Stores a range of floating point values. Based
class DateRangeField(**options) [source] Stores a range of dates. Based on a
base_field The form field to use.
class IntegerRangeField(**options) [source] Stores a range of integers. Based on an
Page 1 of 2