photocrowd / django-cursor-pagination

Cursor-based pagination for Django
BSD 3-Clause "New" or "Revised" License
156 stars 27 forks source link

django-cursor-pagination not compatible with django-mock-queries #42

Closed habibi1981 closed 1 year ago

habibi1981 commented 2 years ago

I'm using django-cursor-pagination for queryset pagination, and for testing my code I'm using the django-mock-queries package for mock queryset , this packages not compatible with each other.

https://pypi.org/project/django-mock-queries/

patrick91 commented 2 years ago

hi @habibi1981 can you define a bit what you mean by not being compatible? do you get any errors? if so what errors?

do you also have some code to reproduce this? I have never used django mock queries :)