> print list(Country.select(orderBy=Country.q.code)) > print list(Country.select(orderBy=Country.q.name))
OK using the q-magic forall attributes makes it orthogonal. Thanks. -- jt
> print list(Country.select(orderBy=Country.q.code)) > print list(Country.select(orderBy=Country.q.name))
OK using the q-magic forall attributes makes it orthogonal. Thanks. -- jt