In <[email protected]> Jabba Laci
<[email protected]> writes:
> SAWarning: Unicode column received non-unicode default value.
> Column('display_name', Unicode(255), default=''),
Perhaps it would help to supply the default value as a Unicode string
instead of a plain string?
Column('display_name', Unicode(255), default=u''),
--
John Gordon A is for Amy, who fell down the stairs
[email protected] B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
--
http://mail.python.org/mailman/listinfo/python-list