Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
giulioindev opened this issue Oct 27, 2023 · 5 comments

Comments

@giulioindev
Copy link

giulioindev commented Oct 27, 2023

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

@tasawernawaz
Copy link

@em1208

@em1208
Copy link
Owner

em1208 commented Aug 3, 2024

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

@em1208 em1208 closed this as completed Aug 3, 2024
@PureTryOut
Copy link

PureTryOut commented Aug 26, 2024

@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
Copy link

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

@PureTryOut
Copy link

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 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants