This mixin uses a method called forms_valid that was missing to allow
using the messages framework too.
--
Ticket URL: <https://code.djangoproject.com/ticket/21937>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
This patch would more logically live in `django-extra-views`, providing an
overridden version of `SuccessMessageMixin`. We cannot possibly support
all possible external packages in this way.
--
Ticket URL: <https://code.djangoproject.com/ticket/21937#comment:1>