I have a model, named Tag that is defined like this:
class Tag(models.Model): id = models.AutoField(primary_key=True) name = models.C