Merge "For typo in sqlalchemytypes"
This commit is contained in:
commit
ca8abce1d5
@ -70,7 +70,7 @@ class MACAddress(types.TypeDecorator):
|
||||
class TruncatedDateTime(types.TypeDecorator):
|
||||
"""Truncates microseconds.
|
||||
|
||||
Use this for datetime fields so we don't have to worry about DB-specifc
|
||||
Use this for datetime fields so we don't have to worry about DB-specific
|
||||
behavior when it comes to rounding/truncating microseconds off of
|
||||
timestamps.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user