Skip to content

Regression Fix

Compare
Choose a tag to compare
@jnak jnak released this 14 Aug 13:30
· 60 commits to master since this release
a361c52

Fixes issue #234. The regression was introduced in 9a0f740.

Custom resolve_<field_name> functions were no longer call for fields auto-generated by SQLAlchemyObjectType. The issue was caused by a soon-to-be-documented feature that allows users to rename auto-generated fields (aka ORMField.model_attr).