> OK, so if you're wanting to change the URL that the client is > retrieving, you need to use an HTTP redirect (return a > django.http.HttpResponseRedirect() class from your view). This sends the > new URL to retrieve back to the client, which then requests the new URL > and gets the new page. Hopefully your URLs contain enough information on > their own to describe what data is displayed on the page, because an > HTTP redirect is just the URL that should be retrieved.
So this means I cannot pass a context object as well? 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 -~----------~----~----~----~------~----~------~--~---

