Greetings,

Is it not possible to use Newforms with GET requests? I'm trying to
figure out how to paginate results from a search form, and I'm passing
GET values to the pagination view, instantiating an instance of the
Form object with request.GET as an argument (instead of the typical
request.POST). I can't find any mention of GET support in the
documentation, is this something that will eventually be added or has
it been decided against?

Also, does anyone know of any very clean way to paginate search
results? I really can't believe there's no way to do this with generic
views, it's a common thing to have to do. It's no good if you lose
your search query every time you change pages :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to