2.1.2
Changelog
- Deprecate createConnectionField. The connection factory is now specified via the
connection_field_factory
attribute of theMeta
class ofSQLAlchemyObjectType
. The connection factories now have access to therelation
and theregistry
. ef1fce2