> > if not assigned_user in 
> > User.objects.filter(groups__name__exact=assigned_group):
> >
> TypeError: argument of type '_QuerySet' is not iterable
>
> Am I doing something obviously wrong?

In case anyone else is experiencing this error, it was happening
because of stupidity on my part. In my example above, assigned_group
was a group object, not a string. I didn't expect the strange
TypeError that I got, but it was my coding error nonetheless.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to