From a5cb1ef6eb842c38627ff6685b977fd42a342b67 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 27 Aug 2021 06:12:53 +0200 Subject: [PATCH] Corrected BaseDatabaseSchemaEditor.execute() signature in docs. --- docs/ref/schema-editor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/schema-editor.txt b/docs/ref/schema-editor.txt index 0b9e0c19cd..719e69826f 100644 --- a/docs/ref/schema-editor.txt +++ b/docs/ref/schema-editor.txt @@ -43,7 +43,7 @@ Methods ``execute()`` ------------- -.. method:: BaseDatabaseSchemaEditor.execute(sql, params=[]) +.. method:: BaseDatabaseSchemaEditor.execute(sql, params=()) Executes the SQL statement passed in, with parameters if supplied. This is a wrapper around the normal database cursors that allows capture of the SQL