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