Fix DateTimeInterval ref
This commit is contained in:
@@ -145,8 +145,8 @@ class IntRangeType(RangeType):
|
|||||||
# '10-100'
|
# '10-100'
|
||||||
|
|
||||||
|
|
||||||
IntRange returns the values as IntInterval objects. These objects support
|
IntRangeType returns the values as IntInterval objects. These objects
|
||||||
many arithmetic operators:
|
support many arithmetic operators:
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
||||||
@@ -183,4 +183,4 @@ class NumericRangeType(RangeType):
|
|||||||
|
|
||||||
class DateTimeRangeType(RangeType):
|
class DateTimeRangeType(RangeType):
|
||||||
impl = TSRANGE
|
impl = TSRANGE
|
||||||
interval_class = intervals.DateTimeRange
|
interval_class = intervals.DateTimeInterval
|
||||||
|
Reference in New Issue
Block a user