mirror of
https://github.com/django/django.git
synced 2025-08-12 04:49:11 +00:00
Removed unnecessary tuple call in SQLInsertCompiler.
This commit is contained in:
parent
1bb9bd9724
commit
856b528801
@ -1441,7 +1441,7 @@ class SQLCompiler:
|
|||||||
|
|
||||||
class SQLInsertCompiler(SQLCompiler):
|
class SQLInsertCompiler(SQLCompiler):
|
||||||
returning_fields = None
|
returning_fields = None
|
||||||
returning_params = tuple()
|
returning_params = ()
|
||||||
|
|
||||||
def field_as_sql(self, field, val):
|
def field_as_sql(self, field, val):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user