Export to GitHub

django-pagination - issue #3

Add the ability to define orphans


Posted on Jul 15, 2008 by Happy Elephant

Currently there is no way to define orphans for the Paginator. There should be a optional, third parameter to define them.

{% autopaginate object_list 10 1 %}

Attachments

Comment #1

Posted on Jul 21, 2008 by Happy Kangaroo

Awesome idea! Fixed as of revision 23. Sorry it took me so long to see this issue.

Status: Fixed

Labels:
Type-Defect Priority-Medium