简体   繁体   English

django-mptt和django 1.2

[英]django-mptt & django 1.2

From the homepage of django-mptt 从django-mptt的主页

Version 0.2.1 is not compatible with Django 1.0 and above - please use SVN trunk for now 版本0.2.1与Django 1.0及更高版本不兼容-请现在使用SVN干线

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. 它可以与Django 1.2兼容吗(超越“ hello world”),是否有人有任何最新的经验/可以分享的奇怪错误等?

DJango-mptt on Google Code seems to have been abandoned, but there are a couple of forks on Github. Google Code上的DJango-mptt似乎已被放弃,但Github上有两个分支。

This one uses subclasses instead of registering the models, which makes in easier to use: http://github.com/bfirsh/django-mptt 这个使用子类而不是注册模型,这使它更易于使用: 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: 但是,我建议使用由我与Django 1.2一起使用的FeinCMS开发人员之一积极开发的这个fork:

http://github.com/matthiask/django-mptt/ http://github.com/matthiask/django-mptt/

I'm using the trunk version since Django 1.2 is out and haven't run into any problems with that! 我使用的是主干版本,因为Django 1.2已经发布,并且没有遇到任何问题! 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 有关已知问题的信息,请查看其跟踪器: http : //code.google.com/p/django-mptt/issues/list

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM