django-mptt & Django 1.2

发布于 2024-09-07 23:51:22 字数 231 浏览 2 评论 0原文

来自 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风筝在阴天搁浅。 2024-09-14 23:51:22

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/

写下不归期 2024-09-14 23:51:22

自从 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文