django-cms / djangocms-style

django CMS Style is a plugin for django CMS that allows you to create a HTML container containing classes, styles, ids and other attributes.
https://marketplace.django-cms.org/en/addons/browse/djangocms-style/
Other
38 stars 22 forks source link

fix field clashes with in Django 1.9 #22

Closed stefanfoulis closed 8 years ago

stefanfoulis commented 8 years ago

Set cmsplugin_ptr and set related_name to avoid field name clashes. see https://github.com/divio/django-cms/issues/5030

Chive commented 8 years ago

LGTM