sending data with HttpResponseRedirect

2012-09-12 Thread Simon Cossar
Hi All, I'm just starting to play around with Django... working through the tutorial and the Django Book. I have just written a view that after successfully processing a form uses HttpResponseRedirect() to send the user to a 'success' page. Is their a standard way of accessing the form data from th

Re: sending data with HttpResponseRedirect

2012-09-12 Thread Simon Cossar
thank's, that's just what I was looking for. On Wed, Sep 12, 2012 at 6:35 AM, Jirka Vejrazka wrote: > If you have sessions enabled, you can use the built-in messages > framework (look in contrib) to display a message on the "next" page. > Alternatively, you can save (semi-) arbitrary data in the