diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-02-05 19:41:51 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-02-05 19:41:51 +0000 |
| commit | 2b6e2defe593b4df2810df91193a8729ccea8e1c (patch) | |
| tree | d37f88945a20ae147ec391ff93e0a01ad394fa95 /lib/sqlalchemy | |
| parent | 96549e6b8fd353a82a77938a754bd168a924385b (diff) | |
| download | sqlalchemy-2b6e2defe593b4df2810df91193a8729ccea8e1c.tar.gz | |
expire with synonyms [ticket:964]
Diffstat (limited to 'lib/sqlalchemy')
| -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 84c9dfbb6..8156c441c 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -72,6 +72,8 @@ class ProxiedAttribute(InstrumentedAttribute): """ class ProxyImpl(object): + accepts_scalar_loader = True + def __init__(self, key): self.key = key |
