#17818: Generic edit generic views don't create `fail_silently` success messages anymore. -------------------------------+----------------------------------------- Reporter: charettes | Owner: charettes Type: Uncategorized | Status: new Component: Generic views | Version: 1.3 Severity: Normal | Keywords: views generic edit messages Triage Stage: Unreviewed | Has patch: 1 Easy pickings: 0 | UI/UX: 0 -------------------------------+----------------------------------------- It looks like the creation of success messages on valid form submission was oversight when the generic class based views were designed.
Here's a link to the [https://groups.google.com/forum/#!topic/django- developers/3UcEeutA5Qg django-developper discussion] that motivated the creation of this ticket. I'm also attaching a patch (with no tests and docs) that provide a simple yet overridable implementation that mimic the deprecated function based behaviour. -- Ticket URL: <https://code.djangoproject.com/ticket/17818> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.