http://paste.kde.org/p6938ac83/55437137/
trying to use primarykey=['station_id', 'source'] in db.stations_sources i was always getting the 'no _id error' when trying to apply a "proper" db.data.source.requires=IS_IN_DB(db, 'stations_soruces.station_id', 'stations_sources.source') is there any way to achieve this by using primarykey=['station_id', 'source'] in db.stations_sources instead substituting line 24? or is it better to use it as is right now? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

