Actually, just seen that flash hasn't been maintained, and my own personal usage of it was touch and go at best
These days, I also tend to use the approach of storing a message in the session instead (as explained by Jirka). Cal On Wed, Sep 12, 2012 at 2:35 PM, Jirka Vejrazka <[email protected]>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 user session > and retrieve it in the view that displays the "success" page. > > HTH > > Jirka > > -- > 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. > > -- 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.

