hi i\'m new to django restframework, and i have model like this:
class Tag(models.Model): name = models.CharField(max_length=10) def __str__(self):