Fixed.
+1 to Massimo although it wasn't this error, but one lower down in the
list.
First error was failure to add a 'requires' constraint to pair with
the db.Client.
Thanks, was too tired to spot these.
On Jan 19, 1:58 pm, Massimo Di Pierro
wrote:
> from the error looks like you have
>
> Fiel
from the error looks like you have
Field('Client', 'db.Client'),
instead of
Field('Client', db.Client),
is that possible?
On Jan 18, 6:25 pm, Simon Ashley wrote:
> Moving from SQLite to Postgres and when running Database
> Administration we're getting unknown field type errors when using a db
2 matches
Mail list logo