Fix admin bugs
This commit is contained in:
parent
bb891e5b49
commit
570c3071ee
5 changed files with 7 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue