In Django is there a way to filter on a manytomany field being empty or null.
class TestModel(models.Model): name = models.CharField(_(\'set name\'), max
print TestModel.objects.filter(manytomany=None)