class documentation

class DatasetModelChoiceIndexer:

View In Hierarchy

Custom class with which one can access additional information from the model that is chosen by the DatasetMultipleChoiceField.

Method __getitem__ Undocumented
Method __init__ Undocumented
Method info Return the label and logo URL for the Dataset.
Instance Variable field Undocumented
Instance Variable queryset Undocumented
def __getitem__(self, key):

Undocumented

def __init__(self, field):

Undocumented

def info(self, obj):

Return the label and logo URL for the Dataset.

Parameters
obj:DatasetUndocumented
Returns
tuple[int, str]Undocumented
field =

Undocumented

queryset =

Undocumented