[web2py] Re: Error in GAE TypeError: ConjunctionNode()

2015-08-14 Thread Jacinto Parga
It also happens width some SQLFORM.grid: form = SQLFORM.grid(db.t_familiares, fields=fields,create=False) The Traceback: Traceback (most recent call last): File /base/data/home/apps/s~clubatletismosada/2.386424209805371251/gluon/restricted.py , line 227

[web2py] Re: Error in GAE TypeError: ConjunctionNode()

2015-08-14 Thread Jacinto Parga
I surrender width *IS_IN_DB* and GAE I finally solved it width a workaround using *IS_IN_SET:* First I get rid off IS_IN_DB in my models requirements titulares = db(db.auth_user.tipo_usuario=='Titular') db.t_familiares.f_titular.requires= (IS_IN_DB(titulares,'auth_user.id','%(last_name)s'+',