From b06491586cdd0c8e330e41387a42f42144b3f487 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Feb 2008 19:42:51 +0000 Subject: [PATCH] better that it doesn't get a scalar loader callable --- lib/sqlalchemy/orm/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3