On Thu, 2007-10-04 at 09:50 +0000, francois wrote: > > > On 3 oct, 18:54, "James Bennett" <[EMAIL PROTECTED]> wrote: > > > http://www.djangoproject.com/documentation/authentication/#messages > > > > Can I use messages with a HttpResponseRedirect?
No. This corresponds to an HTTP 302 response and the browser will re-request the new location specified in the Location head of the response. The body of the response has no semantic meaning and is only ever seen by the user in unusual circumstances. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---