Skip to content

v0.4.0

Compare
Choose a tag to compare
@lvoliveira lvoliveira released this 13 Nov 12:15
· 11 commits to master since this release
  • Fix to get model attribute name instead of table column name on polymorphic serializer
  • Extends the PolymorphicModelSerializer to accept also column descriptors when searching
    for the polymorphic column key.
  • Add support for serialization of Python Enums
  • Change PolymorphicModelSerializer to support inherited models of inherited models
  • Change Field to use a default serializer for not None values
  • Added support for sqlalchemy 1.4
  • Add EnumKeySerializer