From 2b6e2defe593b4df2810df91193a8729ccea8e1c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Feb 2008 19:41:51 +0000 Subject: expire with synonyms [ticket:964] --- lib/sqlalchemy/orm/attributes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 -- cgit v1.2.1