From: Mike Bayer Date: Tue, 15 Nov 2005 02:11:59 +0000 (+0000) Subject: new attributes weren't propigating all arguments to the "create attribute history... X-Git-Tag: rel_0_1_0~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b387bccc825caadbce5a52c422a7985ff53887;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git new attributes weren't propigating all arguments to the "create attribute history" callable, namely the "deleteremoved" argument --- 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