Open asobolev opened 12 years ago
query 'INSERT INTO "account_account" ("user_id", "timezone", "language") VALUES (%s, %s, %s)' self <django.db.backends.postgresql_psycopg2.base.CursorWrapper object at 0x5604810> args (4, <DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>, u'en') e ProgrammingError("can't adapt type 'US/Eastern'",)
query
'INSERT INTO "account_account" ("user_id", "timezone", "language") VALUES (%s, %s, %s)' self
<django.db.backends.postgresql_psycopg2.base.CursorWrapper object at 0x5604810> args
(4, <DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>, u'en') e
ProgrammingError("can't adapt type 'US/Eastern'",)