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
unknown
RAISE
As a follow up to #524 (comment) and #838 : the default for unknown should be changed to RAISE.
The text was updated successfully, but these errors were encountered:
@lafrech Were you still planning to work on this?
Sorry, something went wrong.
Yep. I needed #857 merged first.
Here's the PR for this issue: #872.
Restore behaviour of marshmallow 2 with unknown keys
a307e8a
Commit cc17b49534bec5777a7618fc0a64201addbc0c50 of marshmallow broke our code See also: https://marshmallow.readthedocs.io/en/3.0/upgrading.html#schemas-raise-validationerror-when-deserializing-data-with-unknown-keys marshmallow-code/marshmallow#851 marshmallow-code/marshmallow#872
Successfully merging a pull request may close this issue.
As a follow up to #524 (comment) and #838 : the default for
unknown
should be changed toRAISE
.The text was updated successfully, but these errors were encountered: