mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 05:52:15 +00:00
Fix the remaining tests
This commit is contained in:
@@ -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', "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user