Compare commits
No commits in common. '4e74600aaf5fc8c1b868d0a9e6fa1ca93f4b7390' and '1ca89c6535fbc15b53b9a5d0fad8076503ad0860' have entirely different histories.
4e74600aaf
...
1ca89c6535
3 changed files with 2 additions and 18 deletions
@ -1,7 +0,0 @@ |
||||
from rest_framework.pagination import PageNumberPagination |
||||
|
||||
class CustomPageNumberPagination(PageNumberPagination): |
||||
page_size = 20 |
||||
page_size_query_param = 'page_size' |
||||
max_page_size = 100 |
||||
|
Loading…
Reference in new issue