revise CMS model mixins
this MR makes several models inherit from django.db.models.Model
instead of cms.models.CMSPlugin
because it is not possible to inherit from subclasses of the CMSPlugin
module.
this MR makes several models inherit from django.db.models.Model
instead of cms.models.CMSPlugin
because it is not possible to inherit from subclasses of the CMSPlugin
module.