This question is related to this one.
My Django Model:
from mptt.models import MPTTModel, TreeForeignKey class myModel(MPTTModel): myIntA = models.In