stream-django icon indicating copy to clipboard operation
stream-django copied to clipboard

better support for pagination

Open tbarbugli opened this issue 11 years ago • 5 comments

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

tbarbugli avatar Dec 02 '14 16:12 tbarbugli

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

ghost avatar Sep 04 '15 01:09 ghost

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

tbarbugli avatar Sep 04 '15 07:09 tbarbugli

Awesome thanks!

ghost avatar Nov 11 '15 01:11 ghost

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

murdav avatar Mar 02 '17 08:03 murdav

Any updates?

tgdn avatar Feb 01 '21 23:02 tgdn