I have a model
class customer(models.Model): ... related_customer = models.ManyToManyField(customer) ...
So I want to define many to