Hi Kurtis, I saw your SO post, and I'm trying trigger success messages from my CBV's, and I'm just wondering how your "MessageMixin" methods work with your CBV's. For example, where/how does the form_valid() get called to pass the success_message from the CBV's.
Also, will this work with 1.4? On Tuesday, June 26, 2012 10:31:17 AM UTC-5, Kurtis wrote: > > 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

