From: leahculver <leah.culver@gmail.com>
Date: Wed, 11 Feb 2009 21:00:39 +0000 (+0800)
Subject: InfinitePaginator (from Pownce) with tests! The InfinitePaginator does not count... 
X-Git-Tag: 1.0.6~10^2~2
X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/4f04eedff0178a927430194cf4c2c298cafb7a18?hp=4f04eedff0178a927430194cf4c2c298cafb7a18

InfinitePaginator (from Pownce) with tests! The InfinitePaginator does not count() the object_list and can be used for object_lists that are missing this method or for performance reasons.

Signed-off-by: Eric Florenzano <floguy@gmail.com>
---