class DateTimeRangeField(**options)
[source]
Stores a range of timestamps. Based on a DateTimeField
. Represented by a tztsrange
in the database and a DateTimeTZRange
in Python.
class DateTimeRangeField(**options)
[source]
Stores a range of timestamps. Based on a DateTimeField
. Represented by a tztsrange
in the database and a DateTimeTZRange
in Python.
Please login to continue.