InfinitePaginator (from Pownce) with tests! The InfinitePaginator does not count...
authorleahculver <leah.culver@gmail.com>
Wed, 11 Feb 2009 21:00:39 +0000 (13:00 -0800)
committerleahculver <leah.culver@gmail.com>
Wed, 11 Feb 2009 21:00:39 +0000 (13:00 -0800)
commita966b17ee977cd37c6d2f0081b9e86b309f0b046
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.
pagination/paginator.py [new file with mode: 0644]
pagination/tests.py