Skip to content

Commit 5320ba9

Browse files
committed
[3.0.x] Removed outdated note about not supporting partial indexes by Django.
Supported since a906c98. Backport of a49c2b6 from master
1 parent 94e192a commit 5320ba9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ref/migration-operations.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ Special Operations
250250
.. class:: RunSQL(sql, reverse_sql=None, state_operations=None, hints=None, elidable=False)
251251

252252
Allows running of arbitrary SQL on the database - useful for more advanced
253-
features of database backends that Django doesn't support directly, like
254-
partial indexes.
253+
features of database backends that Django doesn't support directly.
255254

256255
``sql``, and ``reverse_sql`` if provided, should be strings of SQL to run on
257256
the database. On most database backends (all but PostgreSQL), Django will

0 commit comments

Comments
 (0)