[Django]-Django: Find all values in a ManyToMany relationship where all elements of the related set match certain criteria

3👍

Words.objects.exclude(definitions__status__in=[COMPLETE, IN_PROGRESS]) 
👤Nidal

Leave a comment