I have a model in Django with the following classes (among others):
class Product(models.Model): product = models.CharField(primary_key=True, max_length=50)