class FloatRangeField(**options)
[source]
Stores a range of floating point values. Based on a FloatField
. Represented by a numrange
in the database and a NumericRange
in Python.
class FloatRangeField(**options)
[source]
Stores a range of floating point values. Based on a FloatField
. Represented by a numrange
in the database and a NumericRange
in Python.
Please login to continue.