We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the Django documentation suggests, Django ValidationErrors exceptions should
ValidationError
Provide a descriptive error code to the constructor
This was a "django-only" feature, and was not compatible with DRF errors embedded in the version <=3.3.
<=3.3
When the #239 will be closed, we'll have to make a pass on every ValidationError raised in our code, and provide the appropriate code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As the Django documentation suggests, Django
ValidationError
s exceptions shouldThis was a "django-only" feature, and was not compatible with DRF errors embedded in the version
<=3.3
.When the #239 will be closed, we'll have to make a pass on every ValidationError raised in our code, and provide the appropriate code.
The text was updated successfully, but these errors were encountered: