-
Notifications
You must be signed in to change notification settings - Fork 78
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
'NoneType' object has no attribute 'has_change_permission' #131
Comments
Posted a comment at : django-cms/djangocms-column#14 |
Got an answer, this comes from the new 3.0.4 version of django-cms, that prevents the multi-columns plugin from working. Downgrading to 3.0.3 will make it work. |
Hi @pterrien thanks for digging into this issue. |
this may be actually related to django-cms/django-cms#3388 |
Solved by django-cms/django-cms#3397 |
Hi,
Right after creating a new project, I faced the following error when switching to edit mode :
This issue seems to be related to djangocms_column, when calling
{% render_plugin plugin %}
in the template.It has also been reported with Python2.7 : http://stackoverflow.com/questions/25344675/django-cms-frontend-editer-display-error
Cheers,
Pascal.
The text was updated successfully, but these errors were encountered: