class documentation
class DatasetMultipleChoiceField(forms.ModelMultipleChoiceField):
Customize label description and add method that returns the logo URL for Datasets. The implementation is inspired by how the choices are implemented. But since some other functionality depends on how those choices are implemented, it cannot be changed easily.
Method | label |
Dataset name as label. |
Method | logo |
Return URL of Dataset's logo. |
Property | names |
Undocumented |