>> TypeError: argument of type '_QuerySet' is not iterable > So what is dir(User.objects.filter(...)) telling you? Does it have an > __iter__ method? Does it look at all like a QuerySet? What version of > Django and pysopg2 are you using?
I'm using Django Development and Psycopg 2.0.6. Here's the dir(), and it does have an __iter__ method: ['__and__', '__class__', '__delattr__', '__dict__', '__doc__', '__getattribute__', '__getitem__', '__hash__', '__init__', '__iter__', '__len__', '__module__', '__new__', '__or__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__str__', '__weakref__', '_clone', '_combine', '_distinct', '_filter_or_exclude', '_filters', '_get_data', '_get_sql_clause', '_limit', '_max_related_depth', '_offset', '_order_by', '_params', '_result_cache', '_select', '_select_related', '_tables', '_where', 'complex_filter', 'count', 'create', 'dates', 'delete', 'distinct', 'exclude', 'extra', 'filter', 'get', 'get_or_create', 'in_bulk', 'iterator', 'latest', 'model', 'order_by', 'select_related', 'values'] I'll work on reproducing it outside of my app; If I can easily reproduce it, I'll post it to Django Developers. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---