Removed unnecessary tuple call in SQLInsertCompiler.
This commit is contained in:
parent
1bb9bd9724
commit
856b528801
|
@ -1441,7 +1441,7 @@ class SQLCompiler:
|
|||
|
||||
class SQLInsertCompiler(SQLCompiler):
|
||||
returning_fields = None
|
||||
returning_params = tuple()
|
||||
returning_params = ()
|
||||
|
||||
def field_as_sql(self, field, val):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue