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
{{ message }}
This repository has been archived by the owner on May 18, 2024. It is now read-only.
I noticed that Model subclasses were not supported. I did a hack in types.py:construct_fields() function to walk the Model's subclasses as well as the Model class itself. It seems to work. It is just a couple lines to modify. Just wanted to note this in case someone else hits this issue.
Thanks for all the work!
Jae
The text was updated successfully, but these errors were encountered:
I noticed that Model subclasses were not supported. I did a hack in types.py:construct_fields() function to walk the Model's subclasses as well as the Model class itself. It seems to work. It is just a couple lines to modify. Just wanted to note this in case someone else hits this issue.
Thanks for all the work!
Jae
The text was updated successfully, but these errors were encountered: