Closed marcosguedes closed 5 years ago
Stacktrace
File "/home/marcos/.virtualenvs/myproject/lib/python3.6/site-packages/djangocms_page_meta/cms_toolbars.py" in populate
49. not_edit_mode = not self.toolbar.edit_mode
Exception Type: AttributeError at /
Exception Value: 'CMSToolbar' object has no attribute 'edit_mode'
Exactly same for me : Django==1.11.20 django-cms==3.6.0 django-meta==1.4.1 djangocms-page-meta==0.8.3
@marcosguedes :bowing_man: We'll take care of 3.6 on all our applications in the next days, thanks for your patience!
No worries, greatly appreciated. @jeroenpeters1986 is the real hero, not me :)
Thank you for your hard work!
everyone taking time to contribute by opening an issue or adding a comment is a hero! not joking
closed with #100 thanks for your work!
everyone taking time to contribute by opening an issue or adding a comment is a hero! not joking
Agreed! Thanks for merging
On Divio cloud the current version is 0.8.3. Can anyone also upgrade it there? Thanks :)
@selmanceker updated. IDK why it did not went through. Be aware that there is still an issue with django 2.0+ which will be fixed in 0.8.5 due in a few hours
@selmanceker 0.8.5 released with migration fix
Thank you @yakky for informing me and for this awesome package :).
thanks for your kind words! :bowing_man:
Hi everyone at Nephila. It's me again :D
This package is also breaking on Django CMS 3.6 due to the error above.
I can try to make a PR later today if at all possible.
Thanks!
Marcos