my model has a field:
name = models.CharField(max_length=255, blank=True, null=True)
in serializer, I am trying to raise a unique validation erro