Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add support for cursor based pagination #320

Closed
@erichaus

Description

After lots of head scratching we just determined that our test was failing because it has cursor pagination enabled, does this package support it or what would be needed to make it work?

class FooViewSet(viewsets.ModelViewSet):
 serializer_class = serializers.FooSerializer
 pagination_class = FooCursorPagination
 def get_queryset(self):
 qs = models.Foo.objects.all()
 return qs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /