mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Remove pointless fetch_results param
This commit is contained in:
parent
fb16ee5a31
commit
ae96ad872f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue