Monday, August 3, 2015

Re: About multiple GET params persistance between requests

El 03/08/15 09:42, durirompepc@gmail.com escribió:
I'm in a point of my app where I've two GET params, p and q (pagination and query search), and I think that the best method to remember the params value when you change page is to use a string to manually build up the params URL. Any ideas?

ListView might help or maybe its ancestor MultipleObjectMixin with its paginate_by attribute.

No comments:

Post a Comment