diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-29 20:35:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-29 20:35:11 +0100 |
| commit | a49c2b6bf098eb48c07641f60dba9be78c6cc92f (patch) | |
| tree | fc4e1e3da776742a007caf7c015cc611a2ed6ecf /docs | |
| parent | e65fea9292ffdeb9bb76062f6cb2a5ff514ae969 (diff) | |
Removed outdated note about not supporting partial indexes by Django.
Supported since a906c9898284a9aecb5f48bdc534e9c1273864a6.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/migration-operations.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index f082452a31..148ac95839 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -246,8 +246,7 @@ Special Operations .. class:: RunSQL(sql, reverse_sql=None, state_operations=None, hints=None, elidable=False) Allows running of arbitrary SQL on the database - useful for more advanced -features of database backends that Django doesn't support directly, like -partial indexes. +features of database backends that Django doesn't support directly. ``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 |
