pirave / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

replace "&" with "&" in urls #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in pagination_tags.py:
  to_return['getvars'] = "&%s" % getvars.urlencode()
should be:
  to_return['getvars'] = "&%s" % getvars.urlencode()

Original issue reported on code.google.com by fake.mik...@gmail.com on 25 May 2009 at 9:41

GoogleCodeExporter commented 8 years ago
Hmm, it still does not play well with django_sorting with this modification or 
without.

Original comment by fake.mik...@gmail.com on 1 Jun 2009 at 7:54