Re: Paginator vs. QuerySetPaginator

2008-07-02 Thread Adi J. Sieker
Hi, On Wed, 02 Jul 2008 05:55:26 +0200, Gary Wilson Jr. <[EMAIL PROTECTED]> wrote: > Jeremy Dunck wrote: [Pagintor problems] >> Is there some other way we can point the gun away from our foot? > > I, for one, would be in favor of doing away with QueryPaginator and > bringing back the

Re: Paginator vs. QuerySetPaginator

2008-07-01 Thread Gary Wilson Jr.
Jeremy Dunck wrote: > I just ran into the same issue several people before me have: > Paginator is a bit dangerous when handed a queryset, and > QuerySetPaginator should be used instead. > > This ticket exists, but no core dev has contributed to discussion yet. >

Paginator vs. QuerySetPaginator

2008-07-01 Thread Jeremy Dunck
I just ran into the same issue several people before me have: Paginator is a bit dangerous when handed a queryset, and QuerySetPaginator should be used instead. This ticket exists, but no core dev has contributed to discussion yet. http://code.djangoproject.com/ticket/7478 I'd like to avoid