db.example.relationship.requires = IS_NULL_OR(IS_IN_DB(db, 'auth_user.id',
'auth_user.first_name'))
-Thadeus
On Tue, Jan 26, 2010 at 9:12 PM, rppowell wrote:
> Hello;
>
> This is probably a basic thing that I am unable to figure out.
>
> I have the following table:
>
> db.define_table('examp
Hello;
This is probably a basic thing that I am unable to figure out.
I have the following table:
db.define_table('example',
Field('relationship', db.auth_user))
When I use the addadmin interface to insert a record, I have the
option in the dropdown to provide a blank selection.
If I submi
2 matches
Mail list logo