I have a models in Django that are something like this: class Classification(models.Model): name = models.CharField(choices=class_choices)