I describe it here <https://groups.google.com/forum/#!topic/web2py/yLErDkzwSg0> and also I can repeat it when forgot bracket in that query. I think that web2py don't save app if it contain syntax error but not in that case. graduationTypesLevels=[[rec.s_graduation_types.NAME,rec.t_levels.NAME] for rec in db(db.s_graduation_types_levels.EDU_LEVEL!=7).select( db.s_graduation_types.NAME, db.t_levels.NAME, join=[db.s_graduation_types.on(db.s_graduation_types_levels. GRADUATION_TYPE==db.s_graduation_types.id), db.t_levels.on(db.s_graduation_types_levels.EDU_LEVEL==db. t_levels.id)], orderby=~db.s_graduation_types.NAME)]
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.