diff options
Diffstat (limited to 'lib/sqlalchemy')
| -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 8156c441c..553c41859 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -72,7 +72,7 @@ class ProxiedAttribute(InstrumentedAttribute): """ class ProxyImpl(object): - accepts_scalar_loader = True + accepts_scalar_loader = False def __init__(self, key): self.key = key |
