[web2py] Re: Postgres unknown reference field type

2012-01-19 Thread Simon Ashley
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

[web2py] Re: Postgres unknown reference field type

2012-01-18 Thread Massimo Di Pierro
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