I have a model with some fields and a unique together:
unique together
.... class Meta(object): unique_together = (\'device_identifier\', \'device_platform\
You need to remove the validator from the serializer's list.
Although not exactly the same, the steps are explained here