mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
This commit is contained in:
parent
3445c50a3a
commit
a5cb1ef6eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user