You right... I wrongly interpret the order of the id as user id I don't why...
So, the solution Francisco was searching for is : list123 = auth.user_groups.values() Richard On Tue, Oct 30, 2012 at 2:30 PM, villas <[email protected]> wrote: > Hi Richard, > Hmm, not sure what you mean, I believe that auth.user_groups is a dict: > {auth_group.id : auth_group.role } > so what you appear to suggest may not make sense... > > > On Tuesday, October 30, 2012 6:09:33 PM UTC, Richard wrote: >> >> :) >> >> auth.user_groups[auth.user.id] >> >> Richard >> >> >> -- > > > > --

