- fix a get call here, we should figure this out since we dont want

to be using getattr
This commit is contained in:
Mike Bayer
2015-03-12 13:34:43 -04:00
parent 941fe5e060
commit dcbedfd61a
+1 -1
View File
@@ -3541,7 +3541,7 @@ class _ColumnEntity(_QueryEntity):
attributes.QueryableAttribute,
interfaces.PropComparator
)):
_entity = column._parententity
_entity = getattr(column, '_parententity', None)
if _entity is not None:
search_entities = False
self._label_name = column.key