Open
Description
Thanks to this MR, it is now possible to define load_instance
at the instance level (MySchema(load_instance=False)
).
However, as far as I can tell, this setting is not inherited by nested schemas, and there is no easy way to make the nested schema behave like its parent… Resulting in half-loaded schemas (top-level is a dict, with instances underneath).
Could we consider changing that, or is there an obvious workaround that I am missing?
Metadata
Metadata
Assignees
Labels
No labels