I have a model structure (truncated models to simplify):
class Product(models.Model): style_id = models.CharField(max_length=20, unique=True, primary_key=