Hello How can I change a url from /something/1/ to /something/2/. I tried it with request.path. The path variable of the request object passed to the template (with RequestContext) is the one that I defined in the view (i.e. /something/2/), but the url is still the old one. Is there another variable in the request object that is responsible for the formating of the url? Or is the request object not used not define the url?
Thanks 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 -~----------~----~----~----~------~----~------~--~---

