I have the following models:
class Product(models.Model): name = models.CharField(max_length=100) class ProductList(models.Model): name = models.Char