From: Mike Bayer Date: Tue, 5 Feb 2008 19:42:51 +0000 (+0000) Subject: better that it doesn't get a scalar loader callable X-Git-Tag: rel_0_4_3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06491586cdd0c8e330e41387a42f42144b3f487;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git better that it doesn't get a scalar loader callable --- diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 8156c441c4..553c418593 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