If I'm creating a query using Q, can I make one of Q tests, be a count of a manytomany field? I.e., one of the Q filters, should test to see if a specific manytomany field, has a count greater than 5, I know that I can use annotate to test for count. But can annotate be specified within a Q query?
If not, can I make 2 separate queries, and combine them, and eliminate duplicates?