diff options
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
-rw-r--r-- | lib/sqlalchemy/orm/attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index dd354c4e0..b96b3b61e 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -212,7 +212,7 @@ class QueryableAttribute( """ return self.comparator.__clause_element__()._annotate( - {"orm_key": self.key, "entity_namespace": self._entity_namespace} + {"proxy_key": self.key, "entity_namespace": self._entity_namespace} ) @property |