Commit 9695a193 authored by Gladys Forte's avatar Gladys Forte

maxpagesize user history

parent 203462f2
......@@ -55,7 +55,7 @@ class CustomPagination(PageNumberPagination):
class CustomPaginationUserHistory(PageNumberPagination):
page_size = 100
max_page_size = 100
max_page_size = 3000
page_query_param = 'page'
page_size_query_param = 'page_size'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment