post the code that chains them together probably the problem is that paginator needs to slice the query set, and the chain you have isn't capable of doing that.
either write a fancier chain that can count the length of both queries and then figure out how it has to slice them or do it in the view : figure out where the break is (all in the first, some of both, all in the second ?) and slice each then chain those On Mar 9, 8:33 pm, Mat <crash....@gmail.com> wrote: > I was wondering if there is a way to put multiple querysets into one > paginator. Currently I have my querysets being chained together with > itertools. But i am unable to put the chained querysets into the > paginator. Does any one know how I can combine multiple paginators > into one or multiple querysets into one big queryset not a chain of > querysets? > > thanks > mat -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.