Are you passing a dict to the orderby parm? Here is an example of one I'm using...
orderby = dict(auth_group=[db.auth_group.role],auth_permission=[db.auth_permission.table_name, db.auth_permission.name])
-Jim
On 12/21/2011 10:40 PM, Adi wrote:
Massimo,Is it possible to limit the scope of orderby only to a parent table, and not children? Once I click to see "children" records I get an error that the column is unknown in "order clause" 1054

