Hi everyone,

I understand that there's no way to get the intersection of two querysets 
in Django. Whenever I need to get the intersection of two querysets, I need 
to refactor my code to get pure Qs for those querysets and intersect those. 
This can be annoying sometimes.

My question: Is there a good reason why Django querysets can't be 
intersected? Do you think it should be implemented?


Thanks,
Ram.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b6b3a367-e5c0-4440-98b6-5a9d78a78db3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to