Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !492

Introducing: API Pagination

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Sébastiaan Versteeg requested to merge feature/api-pagination into master May 27, 2017
  • Overview 0
  • Commits 1
  • Changes 1

Short description

Add option for pagination to the Django REST Framework settings.

Long description

Since we're building the ThaliApp and we're going to have a lot of new features in the future I propose the addition of LimitOffsetPagination as DRT's default pagination implementation so that it can be used if we want to.

Steps to use this feature

Add ?limit=<number> to your favourite DRT list route.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/api-pagination