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

__init__() got an unexpected keyword argument 'request' #43

Closed Israel-lu closed 6 years ago

Israel-lu commented 7 years ago

hi: Paginator followed by the request=request web page, appears init (), got, an, unexpected, keyword, argument,'request'

th3goose commented 7 years ago

Can you share your views.py defination?

th3goose commented 7 years ago

Might want to check out #37 @awd0123