Compare commits

..

No commits in common. "b9c9310f211fb4bbfaef6385d4acb75db9a6f6a4" and "fb67e4207849bec21a7bfc70dd494d20d66fdb5a" have entirely different histories.

View File

@ -32,9 +32,3 @@ class EcoAccountAutocomplete(Select2QuerySetView):
Q(title__icontains=self.q)
).distinct()
return qs
def get_result_label(self, result):
return str(result)
def get_selected_result_label(self, result):
return str(result)