We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to know if already exists a way to implement pagination in an async way
The text was updated successfully, but these errors were encountered:
@em1208
Sorry, something went wrong.
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 🤔
No branches or pull requests
I'd like to know if already exists a way to implement pagination in an async way
The text was updated successfully, but these errors were encountered: