Let\'s say I have models that look like this:
# models.py class Agent(models.Model): name = models.CharField(max_length=30) class Deal(models.Model):