diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-08-27 06:12:53 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-08-27 06:15:19 +0200 |
| commit | 382374a360d31f0243dc3075ccea29c448b0a2bc (patch) | |
| tree | 98abda996473c8b9cd193d0dc7f688ae7192acc9 /docs | |
| parent | 11b2cbb65f2996e6d8974d426392e69ca46d30b7 (diff) | |
[3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
Backport of a5cb1ef6eb842c38627ff6685b977fd42a342b67 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/schema-editor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
