summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
-rw-r--r--lib/sqlalchemy/orm/attributes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py
index ab31736ed..93e01272a 100644
--- a/lib/sqlalchemy/orm/attributes.py
+++ b/lib/sqlalchemy/orm/attributes.py
@@ -461,6 +461,7 @@ class ScalarAttributeImpl(AttributeImpl):
dict_[self.key] = value
def fire_replace_event(self, state, dict_, value, previous, initiator):
+# value = self._dispatch.chain('set', 'value', state, value, previous, initiator or self)
for ext in self.extensions:
value = ext.set(state, value, previous, initiator or self)
return value