class documentation

class RemoveIndexConcurrently(NotInTransactionMixin, RemoveIndex):

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):

Undocumented

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

Undocumented

def describe(self):

Undocumented

atomic: bool =

Undocumented