Dropped support for the deprecated QuerySetPaginator, and also fixed an issue with...
authorfloguy <floguy@7f1efe38-554e-0410-b69d-834cb44da2d5>
Sat, 30 Aug 2008 18:09:34 +0000 (18:09 +0000)
committerfloguy <floguy@7f1efe38-554e-0410-b69d-834cb44da2d5>
Sat, 30 Aug 2008 18:09:34 +0000 (18:09 +0000)
commit86ca39161a9328513387c858fa33cf332080005f
tree4fc035d8e25b09be2ce5f931d51cf4dda67dc83e
parent9a75cd947e2a00684bbd01d7d60124e0d9919b00
Dropped support for the deprecated QuerySetPaginator, and also fixed an issue with lazy loading of non-QuerySet iterables.  Thanks, Ben Firshman, for the patch!  This fixes issue #15.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@27 7f1efe38-554e-0410-b69d-834cb44da2d5
pagination/templatetags/pagination_tags.py