Fix pagination for certain request.GET data
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 Sep 2013 15:16:07 +0000 (10:16 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 Sep 2013 15:16:07 +0000 (10:16 -0500)
commit1fef79f4f884c9e534b6f892cd2e448fc5e483eb
tree5c912f4e76f209ce5b1a9740435cb31458b99691
parent66cafc3b74d476710013efb46341b989028f3057
Fix pagination for certain request.GET data

This didn't work at all nicely with MultiDict objects in various
circumstances and could possibly break pagination.  This fix handles
that!

This commit sponsored by Alessandro Francolini.  Thank you!
mediagoblin/tools/pagination.py