class DateTimeRangeField [source] Based on
class SplitArrayField(base_field, size, remove_trailing_nulls=False) [source] This field
class FloatRangeField [source] Based on
remove_trailing_nulls By default, this is set to False. When False, each value from the repeated fields
class HStoreField [source] A field which accepts JSON encoded data for an
class SimpleArrayField(base_field, delimiter=', ', max_length=None, min_length=None) [source] A
class JSONField [source] A field which accepts JSON encoded data for a
max_length This is an optional argument which validates that the array does not exceed the stated length.
size This is the fixed number of times the underlying field will be used.
base_field This is a required argument. It specifies the form field to be repeated.
Page 1 of 2