This repository was archived by the owner on May 18, 2024. It is now read-only.

Description
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