Suppose I have three models
model A :
class A(models.Model): field1 = models.CharField(max_length=100) field2