From f7bb3b17e6df09caa56c20c722364fc52edf7afc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 4 Apr 2012 19:08:05 -0400 Subject: - the inspect interface is done, needs docs. - start dressing up InstanceState for it's coming out, start moving internal things to be underscored within the lib --- lib/sqlalchemy/orm/dynamic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/orm/dynamic.py') diff --git a/lib/sqlalchemy/orm/dynamic.py b/lib/sqlalchemy/orm/dynamic.py index edf052870..91fbfcecd 100644 --- a/lib/sqlalchemy/orm/dynamic.py +++ b/lib/sqlalchemy/orm/dynamic.py @@ -97,7 +97,7 @@ class DynamicAttributeImpl(attributes.AttributeImpl): if self.key not in state.committed_state: state.committed_state[self.key] = CollectionHistory(self, state) - state.modified_event(dict_, + state._modified_event(dict_, self, attributes.NEVER_SET) -- cgit v1.2.1