The default django Page class defines start_index to have a special case when
self.paginator.count == 0. This will fail in the InfinitePaginator, which
needs to redefine start_index without that special case.
See trivial patch attached.
Original issue reported on code.google.com by andrew.a...@gmail.com on 14 Sep 2010 at 6:38
Original issue reported on code.google.com by
andrew.a...@gmail.com
on 14 Sep 2010 at 6:38Attachments: