Closed pdvorchik closed 8 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.
Thank you for contribution. I'll review your pull request as soon as possible.
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.