Skip to content

Commit

Permalink
[3.0.x] Removed outdated note about not supporting partial indexes by…
Browse files Browse the repository at this point in the history
… Django.

Supported since a906c98.
Backport of a49c2b6 from master
  • Loading branch information
felixxm committed Feb 29, 2020
1 parent 94e192a commit 5320ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/ref/migration-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5320ba9

Please sign in to comment.