sjh
sjh

Reputation: 2266

django-mptt & django 1.2

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.

Upvotes: 0

Views: 431

Answers (2)

jturnbull
jturnbull

Reputation: 720

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/

Upvotes: 1

Bernhard Vallant
Bernhard Vallant

Reputation: 50796

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

Upvotes: 0

Related Questions