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
It appears that the ModelSchema is somehow unable to introspect the attributes of a model if it is a subclass of another model. Subclassing in this manner works fine in pynamodb, and it is expected that it would work here as well.
It appears that the ModelSchema is somehow unable to introspect the attributes of a model if it is a subclass of another model. Subclassing in this manner works fine in pynamodb, and it is expected that it would work here as well.
Test case:
The text was updated successfully, but these errors were encountered: