-
Notifications
You must be signed in to change notification settings - Fork 38
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
validation does not work #62
Comments
Looks like this is because dynamorm/dynamorm/types/_marshmallow.py Lines 17 to 20 in feb4d91
dynamorm/dynamorm/types/_marshmallow.py Lines 30 to 33 in feb4d91
I faced the same issue with dynamorm/dynamorm/types/_schematics.py Line 30 in feb4d91
|
I opened #92 to fix the schematics case. Potentially, the |
Hi guys,
I try to do a simple validation with dynamorm and marshmallow
code:
validate_test is:
I then do:
When I do a simple validation with native = False (this is the default) it fails. with native = True it works
Is native=False expected to work?
Not seeing too much in the documentation or in the code, only in types/base.py:
Thanks
The text was updated successfully, but these errors were encountered: