Hi, If you have a many-to-many field, let's say for example Employee and Project, is there a way given an arbitrary list of projects to get they employees who work on all projects? (i.e. each on of the employees in the result must be working on *all* projects in the list)
I am interested in doing this with one resultant Q object. I can do it with multiple queries and then building the list in python. Thanks! -- Medhat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---