Ticket #19312: timestamp.diff
File timestamp.diff, 529 bytes (added by , 12 years ago) |
---|
-
django/db/backends/mysql/base.py
diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py index 158d936..c41c748 100644
a b django_conversions.update({ 86 86 FIELD_TYPE.DECIMAL: util.typecast_decimal, 87 87 FIELD_TYPE.NEWDECIMAL: util.typecast_decimal, 88 88 FIELD_TYPE.DATETIME: parse_datetime_with_timezone_support, 89 FIELD_TYPE.TIMESTAMP: parse_datetime_with_timezone_support, 89 90 datetime.datetime: adapt_datetime_with_timezone_support, 90 91 })