Ok, this is a hard one to explain.
I Have these models:
class Supplier(models.Model): name = models.CharField(max_length=200, null=True) phone