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

Add limit/offset and cursor pagination to PaginationKeyBit #204

Closed fdemmer closed 5 years ago

fdemmer commented 6 years ago

fixes #203

hjalves commented 6 years ago

Hi! Can you merge this PR? Is there anything missing I can do? Thanks ^^

auvipy commented 6 years ago

is this patch fixed your problem? you can help with functional and unit test

hjalves commented 6 years ago

Ok, I'll try to make some tests

auvipy commented 5 years ago

anyone up fr the tests? and manually verify?

fdemmer commented 5 years ago

I've had my fork in use for a while now without problems and finally added tests for the two other paginators.

auvipy commented 5 years ago

thanks a lot!