I have the following models:
class Location(models.Model): system_key = models.CharField(max_length=20, unique=True)