On Tue, Dec 6, 2011 at 2:24 PM, Felipe Morales <felipeale...@gmail.com> wrote: > Hi, > > Maybe I can't understand you, but try with > > u = User.objects.filter(groups__name__in = > gruppe).exclude(groups__name__in='Timesheet-Boss','TimeSheet-Manager','Projektleiter','Normal-User','Manager']).values_list('id', > 'username') >
That won't return the same results, it will exclude users who have a group with one of the proscribed names, but are also in another group that is not, which the original code did not do. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.