class documentation

class PostgresIndex(Index):

Known subclasses: django.contrib.postgres.indexes.BloomIndex, django.contrib.postgres.indexes.BrinIndex, django.contrib.postgres.indexes.BTreeIndex, django.contrib.postgres.indexes.GinIndex, django.contrib.postgres.indexes.GistIndex, django.contrib.postgres.indexes.HashIndex, django.contrib.postgres.indexes.SpGistIndex

View In Hierarchy

Undocumented

Method check​_supported Undocumented
Method create​_sql Undocumented
Method get​_with​_params Undocumented
Property max​_name​_length Undocumented
def check_supported(self, schema_editor):

Undocumented

def create_sql(self, model, schema_editor, using='', **kwargs):

Undocumented

@cached_property
max_name_length =

Undocumented