On Wed, 2009-01-07 at 09:36 -0800, timc3 wrote:
[...]
> ProgrammingError: subquery has too many columns
> 
> 
> It seems that this query is creating the problem:
> 
> groupmembers = requestedgroup.group_members.exclude
> (id__in=groupadmins)

We'll need a bit more information here, since the devil's always in the
details. At a minimum, what is the output of

        groupmembers.query.as_sql()
        
There may be a problem with exclude and nested querysets. I just
realised I haven't explicitly tested those.

Also, which database are you using? There are lots of SQL variations
between databases (for example, nested queries don't work with Oracle at
the moment for an unusual reason that I'll fix later today).

Regards,
Malcolm



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

Reply via email to