[3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
Backport of a5cb1ef6eb842c38627ff6685b977fd42a342b67 from main
This commit is contained in:
parent
11b2cbb65f
commit
382374a360
@ -43,7 +43,7 @@ Methods
|
|||||||
``execute()``
|
``execute()``
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. method:: BaseDatabaseSchemaEditor.execute(sql, params=[])
|
.. method:: BaseDatabaseSchemaEditor.execute(sql, params=())
|
||||||
|
|
||||||
Executes the SQL statement passed in, with parameters if supplied. This
|
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
|
is a wrapper around the normal database cursors that allows capture of the SQL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user