jamespacileo / django-pure-pagination

Django pagination based upon the core pagination module
BSD 3-Clause "New" or "Revised" License
701 stars 171 forks source link

xrange compatibility for Python 3.x #31

Open TimFletcher opened 9 years ago

TimFletcher commented 9 years ago

xrange exists as range in python 3.x. This fixes this error when running on 3.x.