I have a simple serializer in my serializers.py and I want to validate one of the fields using validate(self, data) but it doesn\'t work.
My Models.py: