Regression Fix
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).