We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2e2de commit 96d6a9aCopy full SHA for 96d6a9a
rest_framework/pagination.py
@@ -473,7 +473,7 @@ class CursorPagination(BasePagination):
473
"""
474
The cursor pagination implementation is necessarily complex.
475
For an overview of the position/offset style we use, see this post:
476
- http://cramer.io/2011/03/08/building-cursors-for-the-disqus-api
+ http://cra.mr/2011/03/08/building-cursors-for-the-disqus-api
477
478
cursor_query_param = 'cursor'
479
cursor_query_description = _('The pagination cursor value.')
0 commit comments