当页面模板更改时,django-cms 的还原是否有效?
我使用 django-cms。我刚刚更改了页面的模板,最终清除了我的页面(如预期)。当我尝试恢复旧版本时(通过使用建议与 django-cms 一起使用的 django 还原应用程序),我意识到这是不可能的。我的意思是我的页面有更改历史记录,但看起来所有还原版本都已损坏(它们指向最后选择的模板,之前为占位符插入的所有插件都消失了)。
I use django-cms. I've just changed template for my page which ended with clearing my page (as expected). When I tried to restore old version (by using django reversion app that is suggested to use with django-cms) I realized this is impossible. I mean I have history of changes for my page but it looks like all reversion versions are broken (they pointed to lastly selected templates, all previous plugins inserted for placeholder are gone).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是测试版中的已知问题: http://github.com/digi604/django-cms-2.0/issues/issue/510#issue/510/comment/301240
This is known problem in beta version: http://github.com/digi604/django-cms-2.0/issues/issue/510#issue/510/comment/301240