I would really caution you about this package. Too much magic. Dynamic
model changes are highly problematic. Their custom manger does a lot
of stuff in raw SQL (by necessity - it would be way to slow to use the
ORM). Plus, it's very easy to break things if you are not very careful
to use their custom manager for your query operations. mptt is great,
but you should really understand what is going on before using this
package.