SortedUserMultipleChoiceField

Qualified name: intranet.apps.users.forms.SortedUserMultipleChoiceField

class intranet.apps.users.forms.SortedUserMultipleChoiceField(queryset, **kwargs)[source]

Bases: ModelMultipleChoiceField

A ModelMultipleChoiceField that returns a user’s Last, First name instead of their TJ username (which is the default string representation).

Methods

label_from_instance

Attributes