diff --git a/django/db/models/sql/compiler.py b/django/db/models/sql/compiler.py index 7ab391fcb7..faa08e376d 100644 --- a/django/db/models/sql/compiler.py +++ b/django/db/models/sql/compiler.py @@ -1441,7 +1441,7 @@ class SQLCompiler: class SQLInsertCompiler(SQLCompiler): returning_fields = None - returning_params = tuple() + returning_params = () def field_as_sql(self, field, val): """