I have two models, which are linked reverse by foreign key from my admin point of view:
class Product(models.Model): name = models.CharField("name&qu