chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Update PaginationKeyBit to work with new DRF Pagination API #109

Closed pdvorchik closed 8 years ago

pdvorchik commented 9 years ago

As noted in #92, the PaginationKeyBit has been non-functional since DRF 3.1 due to the new pagination api. http://www.django-rest-framework.org/topics/3.1-announcement/#pagination

This means all pages of a result have the same key, and it becomes impossible to view any other paginated results except for the first page.

This PR updates the PaginationKeyBit to follow the new api.

Thanks for your work on these extensions.

This closes #92.

chibisov commented 9 years ago

Thank you for contribution. I'll review your pull request as soon as possible.