Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
499
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale
Merge requests
!218
Resolve "50 results per page returns 25"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "50 results per page returns 25"
240-pagination
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
Agate
requested to merge
240-pagination
into
develop
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
Closes
#240 (closed)
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
540c6fb5
1 commit,
6 years ago
4 files
+
2
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
api/funkwhale_api/common/pagination.py
+
1
−
1
Options
@@ -3,4 +3,4 @@ from rest_framework.pagination import PageNumberPagination
class
FunkwhalePagination
(
PageNumberPagination
):
page_size_query_param
=
'
page_size
'
max_page_size
=
2
5
max_page_size
=
5
0
Loading