Skip to content
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

Problems with reversion.revisions #189

Open
vivazzi opened this issue Sep 29, 2016 · 4 comments
Open

Problems with reversion.revisions #189

vivazzi opened this issue Sep 29, 2016 · 4 comments

Comments

@vivazzi
Copy link

vivazzi commented Sep 29, 2016

I use:

django-cms==3.4.0
django-reversion==1.9.3

I get error such as #157. Next code fix for me:
in https://github.com/jrief/djangocms-cascade/blob/master/cmsplugin_cascade/plugin_base.py#L84

# cmsplugin_cascade/plugin_base.py
if is_installed('reversion'):
    import reversion
    if not reversion.is_registered(base_model):
        reversion.register(base_model)
@jrief
Copy link
Owner

jrief commented Sep 29, 2016

Could you please create a PR for how to fix it.
I'm currently still on django-cms==3.3.2

@vivazzi
Copy link
Author

vivazzi commented Sep 29, 2016

I will try for some days... I try to run django-shop with django-cms==3.4.0 but I get this bug and others. Unfortunately, I try to fix no all bugs with djangocms-cascade. If I don't cope I will need your help.

@jrief
Copy link
Owner

jrief commented Sep 29, 2016

A few hours a released django-shop 0.9.2

It is shipped with 5 examples which run out of the box. Please check tutorial/quickstart for a better explanation. Use one of them as a working starting point.

@vivazzi
Copy link
Author

vivazzi commented Sep 30, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants