diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/migration-operations.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index c117145fde..2aaabab720 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -240,8 +240,7 @@ partial indexes. ``sql``, and ``reverse_sql`` if provided, should be strings of SQL to run on the database. On most database backends (all but PostgreSQL), Django will -split the SQL into individual statements prior to executing them. This -requires installing the sqlparse_ Python library. +split the SQL into individual statements prior to executing them. You can also pass a list of strings or 2-tuples. The latter is used for passing queries and parameters in the same way as :ref:`cursor.execute() @@ -294,8 +293,6 @@ be removed (elided) when :ref:`squashing migrations <migration-squashing>`. want the operation not to do anything in the given direction. This is especially useful in making the operation reversible. -.. _sqlparse: https://pypi.org/project/sqlparse/ - ``RunPython`` ------------- |
