-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Constraint error after a validation from model #215
Comments
It’s hard to know what might be causing that problem if you don’t post a piece of code which you think it might be causing that error, so please do. |
MODELS
SERIALIZERS
If you send a request with a existing email, it will fail because the unique constraint. |
This is not |
After a validation from model (ex.: unique field violate), I cannot send the request again.
It causes a constraint error:
null value in column "foo_id" violates not-null constraint
The text was updated successfully, but these errors were encountered: