Skip to content

Commit 72dc6d1

Browse files
committed
Add drf-proxy-pagination reference to Pagination docs
1 parent 8ac5249 commit 72dc6d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/pagination.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,14 @@ The following third party packages are also available.
321321

322322
The [`DRF-extensions` package][drf-extensions] includes a [`PaginateByMaxMixin` mixin class][paginate-by-max-mixin] that allows your API clients to specify `?page_size=max` to obtain the maximum allowed page size.
323323

324+
## drf-proxy-pagination
325+
326+
The [`drf-proxy-pagination` package][drf-proxy-pagination] includes a `ProxyPagination` class which allows to choose pagination class with a query parameter.
327+
324328
[cite]: https://docs.djangoproject.com/en/dev/topics/pagination/
325329
[github-link-pagination]: https://developer.github.com/guides/traversing-with-pagination/
326330
[link-header]: ../img/link-header-pagination.png
327331
[drf-extensions]: http://chibisov.github.io/drf-extensions/docs/
328332
[paginate-by-max-mixin]: http://chibisov.github.io/drf-extensions/docs/#paginatebymaxmixin
333+
[drf-proxy-pagination]: https://github.com/tuffnatty/drf-proxy-pagination
329334
[disqus-cursor-api]: http://cramer.io/2011/03/08/building-cursors-for-the-disqus-api

0 commit comments

Comments
 (0)