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

error 'int' object has no attribute 'encode' #60

Open k704790 opened 5 years ago

k704790 commented 5 years ago

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

labixiaodong commented 5 years ago

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

me too

w770762632 commented 4 years ago

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