From 87090fd34889e790a1933177b2ab9ba2a98ce276 Mon Sep 17 00:00:00 2001 From: Phil Krylov Date: Sat, 22 Oct 2016 18:54:13 +0300 Subject: [PATCH] Add drf-proxy-pagination to the list of third-party packages --- docs/topics/third-party-resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 3fba9b5da..68ec10a98 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -240,6 +240,10 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [django-url-filter][django-url-filter] - Allows a safe way to filter data via human-friendly URLs. It is a generic library which is not tied to DRF but it provides easy integration with DRF. * [drf-url-filter][drf-url-filter] is a simple Django app to apply filters on drf `ModelViewSet`'s `Queryset` in a clean, simple and configurable way. It also supports validations on incoming query params and their values. +### Pagination + +* [drf-proxy-pagination][drf-proxy-pagination] - Allows to choose pagination class with a query parameter. + ### Misc * [cookiecutter-django-rest][cookiecutter-django-rest] - A cookiecutter template that takes care of the setup and configuration so you can focus on making your REST apis awesome. @@ -363,3 +367,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [django-rest-messaging-js]: https://github.com/raphaelgyory/django-rest-messaging-js [medium-django-rest-framework]: https://medium.com/django-rest-framework [django-rest-framework-course]: https://teamtreehouse.com/library/django-rest-framework +[drf-proxy-pagination]: https://github.com/tuffnatty/drf-proxy-pagination