em1208 / adrf

Async support for Django REST framework
Other
449 stars 25 forks source link

Is there a way to implement an asynchronous pagination in class based views like in drf for the sync case? #21

Closed giulioindev closed 3 months ago

giulioindev commented 1 year ago

I'd like to know if already exists a way to implement pagination in an async way

tasawernawaz commented 5 months ago

@em1208

em1208 commented 3 months ago

Release 0.1.7 supports async pagination, I will update the docs to reflect that.

PureTryOut commented 2 months ago

@em1208 have you updated the docs? I can't find anything about it.

Currently using a standard DRF pagination class on an async view causes problems with 0.1.7 so I guess I'm missing some configuration somewhere.

sergiusnick commented 3 weeks ago

I could not find pagination.py here https://github.com/em1208/adrf/tree/main/adrf

PureTryOut commented 3 weeks ago

I'm guessing @em1208 has a locally working version and forgot to push it, because indeed I can not find any code related to asynchronous pagination :thinking: