class documentation

class AddIndexConcurrently(NotInTransactionMixin, AddIndex):

View In Hierarchy

Create an index using PostgreSQL's CREATE 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