Skip to content

revise CMS model mixins

Philipp S. Sommer requested to merge cms-model-mixins into master

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.

Merge request reports