From 04b387bccc825caadbce5a52c422a7985ff53887 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 15 Nov 2005 02:11:59 +0000 Subject: [PATCH] new attributes weren't propigating all arguments to the "create attribute history" callable, namely the "deleteremoved" argument --- lib/sqlalchemy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/util.py b/lib/sqlalchemy/util.py index 812e5fcd4f..6d7730fa1c 100644 --- a/lib/sqlalchemy/util.py +++ b/lib/sqlalchemy/util.py @@ -431,6 +431,6 @@ class DependencySorter(object): head.append(node) else: head = node - + #print str(head) return head \ No newline at end of file -- 2.47.2