base_field This is a required argument. It specifies the form field to be repeated.
base_widget A RangeWidget comprises a 2-tuple of base_widget.
base_field This is a required argument. It specifies the underlying form field for the array
class DateRangeField [source] Based on
class IntegerRangeField [source] Based on
class RangeWidget(base_widget, attrs=None) Widget used by all of the range fields. Based on
min_length This is an optional argument which validates that the array reaches at least the stated length.
decompress(value) Takes a single “compressed” value of a field, for example a
Page 2 of 2