django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Add django-cms 3.4 compatibility #62

Open db654 opened 7 years ago

db654 commented 7 years ago

Upgrading django-cms to 3.4 results in an import error due to reworking of the render_placeholder function. http://docs.django-cms.org/en/latest/upgrade/3.4.html#manual-plugin-rendering

File "/site/local/lib/python2.7/site-packages/cmsplugin_zinnia/admin.py", line 6, in from cms.plugin_rendering import render_placeholder ImportError: cannot import name render_placeholder

bittner commented 7 years ago

Django CMS 3.4 also introduces a backwards incompatible change to Apphooks.

PR #65 addresses this issue.

fabidick22 commented 6 years ago

is this plugin still in development?

swallace21 commented 4 years ago

Any updates on this plugin?