nigma / django-infinite-pagination

Efficiently paginate large object collections
BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Not working. Django 1.5 #1

Closed Nule closed 11 years ago

Nule commented 11 years ago

Not working in Django 1.5. No errors. Just nothing happens in "Quick Start" case. In "Paginating in Templates" case all items are disappeared

nigma commented 11 years ago

Does the test suit pass?

python run_tests.py

I have been using this package in several projects with Django 1.5 and haven't noticed any issues. Are you sure that you are referencing correct object list in the template?