feat: Add some changes to ValidationError to support django style vad… by Ehsan200 · Pull Request #8863 · encode/django-rest-framework (original) (raw)
feat: Add some changes to ValidationError to support django style validation errors
Description
consider to this issue this PR will add more support on ValidationError; like nested ValidationErrors with exeptions.ValidationError
objects.
and then, we can use django.core.exceptions.ValidationError
to create ValidationError in further updates.