Closed giulioindev closed 3 months ago
@em1208
Release 0.1.7 supports async pagination, I will update the docs to reflect that.
@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.
I could not find pagination.py here https://github.com/em1208/adrf/tree/main/adrf
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:
I'd like to know if already exists a way to implement pagination in an async way