hey guys
I need a little help reversing urls with a get parameter.
I'm using urlresolvers.reverse() in my view to reverse the url as
follows:
reverse(pageName, kwargs={'page' : page})
If i try passing thre request.GET object as so:
reverse(pageName, args=[request.GET], kwargs={'page' : page}
I get the url with the keyword arg but no get args. Apparently it's
wrong if I pass the request.GET object in args. Does anyone have a
better idea.
thx for the help
Stephane
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---