diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-29 20:35:11 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-29 20:36:16 +0100 |
| commit | 5320ba98f3d253afcaa76b4b388a8982f87d4f1a (patch) | |
| tree | 38820c0ee9479a6ea5afbb61fd6563e9b941f13b /docs | |
| parent | 94e192a580374259d9e52432f007fd2b49a8672d (diff) | |
[3.0.x] Removed outdated note about not supporting partial indexes by Django.
Supported since a906c9898284a9aecb5f48bdc534e9c1273864a6.
Backport of a49c2b6bf098eb48c07641f60dba9be78c6cc92f from master
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 f0436a1366..7cc9bd550a 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -250,8 +250,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 |
