Kaydet (Commit) b1bfd963 authored tarafından Preston Holmes's avatar Preston Holmes

Remove unnecessary and problematic parent class from SuccessMessageMixin

refs #16319, thanks to bmispelon for the catch
üst 31d98d4a
from django.views.generic.edit import FormMixin
from django.contrib import messages
class SuccessMessageMixin(FormMixin):
class SuccessMessageMixin(object):
"""
Adds a success message on successful form submission.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment