Source code for dal_select2.fields from dal.fields import ListChoiceField, ListCreateChoiceField [docs] class Select2ListChoiceField(ListChoiceField): pass [docs] class Select2ListCreateChoiceField(ListCreateChoiceField): pass