class FloatRangeField [source] Based on
class DateTimeRangeField [source] Based on
class SplitArrayField(base_field, size, remove_trailing_nulls=False) [source] This field
class JSONField [source] A field which accepts JSON encoded data for a
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
max_length This is an optional argument which validates that the array does not exceed the stated length.
remove_trailing_nulls By default, this is set to False. When False, each value from the repeated fields
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