I have a model Inventory related to another model Product
Inventory
Product
class Inventory(models.Model): product = models.ForeignKey(Product, on