Relative Content

Tag Archive for pythondjangodjango-rest-framework

Why raising serializers.ValidationError() is causing UnicodeDecodeError?

I am creating a django rest API(with a ImageField) and it is working fine. But I want to add some validations to some CharFields fields. I noticed some unicodeDecoderError while added a validator or simply raising a validation error. Spent quite a lot of time trying to solve it. Any help will be appreciated.