class documentation

class RemoveIndexConcurrently(NotInTransactionMixin, RemoveIndex): (source)

View In Hierarchy

Remove an index using PostgreSQL's DROP INDEX CONCURRENTLY syntax.

Method database_backwards Undocumented
Method database_forwards Undocumented
Method describe Undocumented
Class Variable atomic Undocumented

Inherited from NotInTransactionMixin:

Method _ensure_not_in_transaction Undocumented
def database_backwards(self, app_label, schema_editor, from_state, to_state): (source)

Undocumented

def database_forwards(self, app_label, schema_editor, from_state, to_state): (source)

Undocumented

def describe(self): (source)

Undocumented

Undocumented