mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:29:20 +02:00
Fixed #240: ignored page_size paremeter on artist and favorites list
This commit is contained in:
parent
d2c99b9f5d
commit
540c6fb583
4 changed files with 2 additions and 12 deletions
|
@ -3,4 +3,4 @@ from rest_framework.pagination import PageNumberPagination
|
|||
|
||||
class FunkwhalePagination(PageNumberPagination):
|
||||
page_size_query_param = 'page_size'
|
||||
max_page_size = 25
|
||||
max_page_size = 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue