diff options
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
-rw-r--r-- | lib/sqlalchemy/orm/attributes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 0bbe70655..745032e44 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -271,6 +271,8 @@ def create_proxied_attribute(descriptor): self._adapt_to_entity = adapt_to_entity self.__doc__ = doc + _is_internal_proxy = True + @property def property(self): return self.comparator.property |