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

Fix querystring encoding error #59

Open lucasmoeskops opened 5 years ago

lucasmoeskops commented 5 years ago

This fixes the querystring encoding error AttributeError: 'int' object has no attribute 'encode', by converting the page number to string before applying the encoding function.