-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add django-cms 3.4 compatibility #62
Comments
Django CMS 3.4 also introduces a backwards incompatible change to Apphooks. PR #65 addresses this issue. |
is this plugin still in development? |
Any updates on this plugin? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: