Index: django/db/backends/util.py
===================================================================
--- django/db/backends/util.py	(Revision 9014)
+++ django/db/backends/util.py	(Arbeitskopie)
@@ -13,7 +13,7 @@
         self.cursor = cursor
         self.db = db # Instance of a BaseDatabaseWrapper subclass
 
-    def execute(self, sql, params=()):
+    def execute(self, sql, params=None):
         start = time()
         try:
             return self.cursor.execute(sql, params)
