Re: Add querystring helper methods to Page class

2009-12-24 Thread veena
Hi, I need similar functionality so I develop custom tag "qs" wich is not tight to paginator (I don't know if it is better or not) Used that way: params ... dictionary with query string parameters which was prepared in view p ... any amount of other query string parameters as key=value you want

Re: Add querystring helper methods to Page class

2009-12-23 Thread Hanne Moa
2009/12/22 Ben Spaulding : > I have created a patch that would allow for something much simpler, like so: > > Next page This is what I do in my own homemade paginators. It works well. > Though there has been much talk of creating template tags which would > produce all-out pagination bars, I beli

Add querystring helper methods to Page class

2009-12-22 Thread Ben Spaulding
A ticket has already been created for this, but SmileyChris recommended I bring the issue up here. Working with pagination and query strings within a template can be painful. Personally, I have never had a situation when I was paginating using a GET parameter where there were not other parameters