class HStoreField(**options) [source] A field for storing mappings of strings to strings
form_field The form field class to use. Should be a subclass of django.contrib.postgres.forms.BaseRangeField.
base_field This is a required argument. Specifies the underlying data type and behavior for
class JSONField(**options) [source] A field for storing JSON encoded data. In Python the
class RangeField(**options) [source] Base class for model range fields.
class DateTimeRangeField(**options) [source] Stores a range of timestamps. Based on a
class BigIntegerRangeField(**options) [source] Stores a range of large integers. Based on
Page 2 of 2