-
Notifications
You must be signed in to change notification settings - Fork 85
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
Replace django-reversion by djangocms-history #234
Comments
With this PR #281 it works in part, because with the plugins who have multiple pk in their description that's there is this error:
otherwise the other plugins works well with undo and redo. |
Examples of content that have multiple pk generating the above errors :
|
By changing the line of djangocms_history/models.py#L403: With this change and this PR #281, djangocms-cascade plugins work with djangocms-history. |
Many thank to @haricot for changing this. Unfortunately I had no time to fix this. Will check that PR soon. |
djangocms-history and djangocms-transfer works since the commit d7e4d4c |
In django-cms reversion has been replaced by djangocms-history.
Therefore Cascade shall adopt to this change.
The text was updated successfully, but these errors were encountered: