]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Oct 2005 06:31:14 +0000 (06:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Oct 2005 06:31:14 +0000 (06:31 +0000)
lib/sqlalchemy/util.py

index 0548bc6fe479156ad834e27111749356173177dd..07eb85846eab6d9ddb8a988f6cac9529f11a5a29 100644 (file)
@@ -212,7 +212,7 @@ class HistoryArraySet(UserList.UserList):
         self.data[:] = []
         self.records = {}
         for l in list:
-            self.append(l)
+            self.append_nohistory(l)
     def added_items(self):
         return [key for key in self.data if self.records[key] is True]
     def deleted_items(self):