We do it all over our site. I use class-based views but you can checkout my "MessageMixin". I have the code on this stackoverflow page:
http://stackoverflow.com/questions/5531258/example-of-django-class-based-deleteview/10903943#10903943 It will show up wherever you send the user to next, as long as your template is coded to display the message. -- 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.

