I have a very simple model:
class Product(models.Model): name = models.CharField("name", max_length = 128) def __str__(self): r