InfinitePaginator (from Pownce) with tests! The InfinitePaginator does not count...
authorleahculver <leah.culver@gmail.com>
Wed, 11 Feb 2009 21:00:39 +0000 (05:00 +0800)
committerEric Florenzano <floguy@gmail.com>
Fri, 13 Feb 2009 07:06:43 +0000 (15:06 +0800)
commit4f04eedff0178a927430194cf4c2c298cafb7a18
treee87ab3908bb17a134ab1317f47c08948784df7ac
parent4862731dd2d89e8491cbb188788e53ed1cf27b51
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>
pagination/paginator.py [new file with mode: 0644]
pagination/tests.py