classy-python / ccbv

A documentation tool for getting your head around Django's class based views.
https://ccbv.co.uk/
BSD 2-Clause "Simplified" License
521 stars 68 forks source link

The `SuccessMessageMixin` is missing #206

Closed KommuSoft closed 1 year ago

KommuSoft commented 1 year ago

The messages framework also exports a SuccessMessageMixin, so the inspector will need to collect that one as well:

https://docs.djangoproject.com/en/4.1/ref/contrib/messages/#django.contrib.messages.views.SuccessMessageMixin

meshy commented 1 year ago

As mentioned in #207, I'm closing this as a duplicate of #121