I want to change the JSON, which rest_framework or django returns when a validation error occures.
I will use one of my views as example, but I want to change error mess
if not serializer.is_valid(raise_exception=False) return Response(serializer.errors.values(), status=status.HTTP_400_BAD_REQUEST)