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

better support for pagination #12

Open
tbarbugli opened this issue Dec 2, 2014 · 5 comments
Open

better support for pagination #12

tbarbugli opened this issue Dec 2, 2014 · 5 comments

Comments

@tbarbugli
Copy link
Member

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

@ghost
Copy link

ghost commented Sep 4, 2015

Have there been any updates on this? I feel I'd like to use it.

@tbarbugli
Copy link
Member Author

@JJZolper not yet. you will get a notification from github when this is implemented ;)

@ghost
Copy link

ghost commented Nov 11, 2015

Awesome thanks!

@murdav
Copy link

murdav commented Mar 2, 2017

This will be great. Is there any process on this issue?
I just started to have a look at how to combine:

        enricher = Enrich()
        # The news feeds (or timelines) store the activities from the people you follow. There is both a simple timeline
        # newsfeed (similar to twitter) and an aggregated version (like facebook).
        feed = feed_manager.get_feed('timeline_aggregated', user.id)
        activities = feed.get(limit=25)['results'] <-- 
***

and https://getstream.io/docs_rest/ and and Django Rest Framework, if you have any advice :)

Thanks,

D

@tgdn
Copy link

tgdn commented Feb 1, 2021

Any updates?

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

No branches or pull requests

4 participants