Say I have two models:
class Product(models.Model): product = model.CharField() quantity = model.IntegerField() class sale(models.Model) product = m