change pagination max size
This commit is contained in:
@@ -8,7 +8,7 @@ class CustomPageNumberPagination(PageNumberPagination):
|
||||
page_size = 10
|
||||
page_query_param = 'page'
|
||||
page_size_query_param = 'page_size'
|
||||
max_page_size = 100
|
||||
max_page_size = 999
|
||||
|
||||
def get_paginated_response(self, data):
|
||||
return Response({
|
||||
|
||||
Reference in New Issue
Block a user