zyga / django-pagination

Fork of unmaintained django-pagination - a set of utilities for creating robust pagination tools throughout a django application.
http://launchpad.net/linaro-django-pagination
BSD 3-Clause "New" or "Revised" License
39 stars 31 forks source link

I'm terribly sorry… (fix for #24) #25

Closed mktums closed 10 years ago

mktums commented 10 years ago

fixes a bug caused by my previous PR (#24) and hardcoded generation of getvars variable. bug description: when disable_link_for_first_page is true, for first page's link there was no replacing of "&" to "?" for first GET parameter, so there was 404. i didn't rewrote getvars generation, thus i avoid increasing of complexity. i'll rewrote it later, if i'll be allowed to do so.