I have following models
class TagCategory(models.Model): name = models.CharField(max_length=20) class Tag(models.