divio / djangocms-stacks

BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

CMS 3.0 Plugins Utils has moved #22

Open growlf opened 10 years ago

growlf commented 10 years ago

In Django CMS 3.0, the get_plugins() calls will no longer work, due to the fact that it has moved from cms.plugins.utils.get_plugins to cms.utils.plugins.get_plugins. This affects stacks/cms_plugins.py line 8 and stacks/templatetags/stack_tags.py line 6

growlf commented 10 years ago

Created pull request to resolve this issue. https://github.com/divio/djangocms-stacks/pull/23