diff --git a/django/db/backends/schema.py b/django/db/backends/schema.py index 9bb6bd2428..191e72c53a 100644 --- a/django/db/backends/schema.py +++ b/django/db/backends/schema.py @@ -80,7 +80,7 @@ class BaseDatabaseSchemaEditor(object): # Core utility functions - def execute(self, sql, params=[], fetch_results=False): + def execute(self, sql, params=[]): """ Executes the given SQL statement, with optional parameters. """