I have these model relations
class Category(models.Model): categories = models.ManyToManyField( "self",symmetrical=False, through=\'ChildCateg