I have piece of code that works fine with Psycopg, but when I use
Psycopg2 in my settings file, I get this error:

> 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?


--~--~---------~--~----~------------~-------~--~----~
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