You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I think this should be generalized to support None values as well, so we should consider using a sentinel like marshmallow.missing to mark that the value wasn't found
Suppose I want to map schemas like this:
When I try to load data with type 0, I get exception 'Missing data for required field.'.
The text was updated successfully, but these errors were encountered: