django-cms / djangocms-moderation

Other
13 stars 21 forks source link

Collection methods 1.0.x #34

Closed mmoravcik closed 6 years ago

mmoravcik commented 6 years ago

This ended-up only one method - a way of adding a content object to a collection/moderation request

mmoravcik commented 6 years ago

@czpython looks like that the tests are broken due to https://github.com/divio/django-cms/commit/83d38dbb2e51b4cb65aff5726a1c415de7a1c376 and AldrynForms

  File "/Users/fantiago/.virtualenvs/moderation/lib/python3.6/site-packages/aldryn_forms/models.py", line 9, in <module>
    from cms.utils.plugins import build_plugin_tree, downcast_plugins
ImportError: cannot import name 'build_plugin_tree'