Re: Handling multiple parameters on URI via GET

2012-01-28 Thread Jonathan Paugh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is the request.GET.get() method working properly? Does the test on query work? I suspect one of these places doesn't work as expected. I'd do similar to the following in my code. (It works on Django 1.3.1 for request.POST, anyway.) if 'page' in reque

Handling multiple parameters on URI via GET

2012-01-27 Thread Darren Spruell
I've puzzled my way into a corner. Figuring this will be a palm-to-forehead moment. I have a page on my site which is Paginator-ed for the object list. I'm sticking to the vanilla setup from the docs so when it is in effect I've got a URI query string of '?page=%d' processed via GET. I've added a