Is there any important difference?

1.
Field('assigned_to','list:integer',requires=IS_IN_DB(db,db.auth_user.id
,'db.auth_user.first_name',multiple=True)),

2.
Field('assigned_to','list:reference auth_user'),


In the case of 2, how to represent as 'db.auth_user.first_name' for multiple
users?

-- 

Bruno Rocha
http://about.me/rochacbruno/bio

Reply via email to