Fix the remaining tests

This commit is contained in:
2020-05-25 22:47:34 +01:00
parent 177c37ffbc
commit fd6aee83cf
9 changed files with 33 additions and 24 deletions

View File

@@ -138,7 +138,7 @@ class SecureAPIRequest(generic.View):
class GenericListView(generic.ListView):
paginate_by = 20
def get_queryset(self):
q = self.request.GET.get('q', "")