DecimalRangeField ¶
See also
Contents
DecimalRangeField
¶
- class DecimalRangeField ( ** options ) ¶
-
Stores a range of floating point values. Based on a
DecimalField
. Represented by anumrange
in the database and aNumericRange
in Python.