class documentation

class AddIndexConcurrently(NotInTransactionMixin, AddIndex): (source)

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

Undocumented

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

Undocumented

def describe(self): (source)

Undocumented

Undocumented