shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Implementing pagination #91

Closed Sasa993 closed 4 years ago

Sasa993 commented 4 years ago

I implemented the pagination into search functionality - and it works great. But, I'm having some trouble doing that with a list of tasks. I did everything right in list_detail.py, but the errors keep popping up "'Page' object has no attribute 'filter'"... Any ideas?

Thank you in advance

shacker commented 4 years ago

Hi @Sasa993 - I don't see a pull request or link here, so there's no way to see your code and thus no way anyone can help you! Is this something you're contributing to the project? Where's the Issue and Pull Request?