G-Node / g-node-portal

G-Node portal repository (for the moment only docs)
https://portal.g-node.org/data/
4 stars 2 forks source link

can't adapt type 'US/Eastern' at signup with PostgreSQL #64

Open asobolev opened 12 years ago

asobolev commented 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'",)