Fix admin bugs

This commit is contained in:
cuom1999 2024-06-01 01:37:29 -05:00
parent bb891e5b49
commit 570c3071ee
5 changed files with 7 additions and 13 deletions

View file

@ -98,11 +98,6 @@ class ContestSelect2View(Select2View):
return q
class CommentSelect2View(Select2View):
def get_queryset(self):
return Comment.objects.filter(page__icontains=self.term)
class UserSearchSelect2View(BaseListView):
paginate_by = 20