django-mptt & Django 1.2
来自 django-mptt 的主页
版本 0.2.1 与 Django 1.0 及以上版本不兼容 - 请暂时使用 SVN trunk
我倾向于避免使用 trunk 来处理即将上线的工作,但我有一个紧急工作。
它是否可以与 Django 1.2 一起使用(超越“hello world”等价物)是否有人有任何当前的经验/奇怪的错误可以分享等。
From the homepage of django-mptt
Version 0.2.1 is not compatible with Django 1.0 and above - please use SVN trunk for now
I tend to avoid using trunk for work that is going live any time soon, But I have a rush job.
Does it work with Django 1.2, (beyond "hello world" equivalents) Does anyone have any current experience / odd bugs to share etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google Code 上的 DJango-mptt 似乎已被放弃,但 Github 上有几个分支。
这个使用子类而不是注册模型,这使得更容易使用: http://github.com /bfirsh/django-mptt
不过,我推荐这个分叉,它是由 FeinCMS 开发人员之一积极开发的,我已将其与 Django 1.2 一起使用:
http://github.com/matthiask/django-mptt/
DJango-mptt on Google Code seems to have been abandoned, but there are a couple of forks on Github.
This one uses subclasses instead of registering the models, which makes in easier to use: http://github.com/bfirsh/django-mptt
However I'd recommend this fork, actively developed by one of the FeinCMS developers, which I've used with Django 1.2:
http://github.com/matthiask/django-mptt/
自从 Django 1.2 发布以来,我一直在使用 trunk 版本,并且没有遇到任何问题!无法向您保证它会对您有用;对于已知问题,请查看他们的跟踪器:http://code.google。 com/p/django-mptt/issues/list
I'm using the trunk version since Django 1.2 is out and haven't run into any problems with that! Can't promise you that it will work for you; for known issues have a look at their tracker: http://code.google.com/p/django-mptt/issues/list