Skip to content
New issue

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

feat: Add some changes to ValidationError to support django style vad… #8863

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

Ehsan200
Copy link
Contributor

@Ehsan200 Ehsan200 commented Feb 5, 2023

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.

@auvipy auvipy self-requested a review February 6, 2023 11:10
@auvipy auvipy added this to the 3.15 milestone Feb 6, 2023
@auvipy auvipy merged commit 4abfa28 into encode:master Feb 6, 2023
intgr added a commit to intgr/djangorestframework-stubs that referenced this pull request Feb 6, 2023
This isn't part of released django-rest-framework, but has been merged upstream.

Upstream PR: encode/django-rest-framework#8863
intgr added a commit to intgr/djangorestframework-stubs that referenced this pull request Feb 9, 2023
This isn't part of released django-rest-framework, but has been merged upstream.

Upstream PR: encode/django-rest-framework#8863
@auvipy
Copy link
Member

auvipy commented Mar 21, 2024

we had a regression with this PR and a proposed fix here #9313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants