I have the following models:
class VocabEntry(OwnerModelMixin, ModelBase): prompt_text = models.CharField(max_length=20) response_text = models.CharField(