range_type The psycopg2 range type to use.
class django.contrib.postgres.forms.BaseRangeField Base class for form range fields.
size This is an optional argument. If passed, the array will have a maximum size as specified
base_field The model field class to use.
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
base_field The form field to use.
class DateRangeField(**options) [source] Stores a range of dates. Based on a
class HStoreField(**options) [source] A field for storing mappings of strings to strings
Page 1 of 2