jamespacileo/django-pure-pagination

error 'int' object has no attribute 'encode'

Opened this issue · 2 comments

at the line "people = p.page(page)",
i always has error 'int' object has no attribute 'encode'
can somebody tell what's wrong?

File "E:\Envs\django_env\lib\site-packages\django\http\request.py", line 524, in
for v in list_
AttributeError: 'int' object has no attribute 'encode'

me too

我也碰到了 各位大佬有解决办法吗