Let\'s say I have the following Django model:
class Parent(models.Model): name = models.CharField(max_length=50) children = models.ManyToManyField(&qu