-
Notifications
You must be signed in to change notification settings - Fork 80
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
better support for pagination #12
Labels
Comments
Have there been any updates on this? I feel I'd like to use it. |
@JJZolper not yet. you will get a notification from github when this is implemented ;) |
Awesome thanks! |
This will be great. Is there any process on this issue?
and https://getstream.io/docs_rest/ and and Django Rest Framework, if you have any advice :) Thanks, D |
Any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we can't support django.core.paginator.Paginator (we need pk based pagination). best way to go is to ship our own paginator and make sure that it plays nicely with django.views.generic.list ListView
The text was updated successfully, but these errors were encountered: