Hello, I'have a mpttmodel but I want to limit the parent option to root nodes only... is there a way to do that....parent = TreeForeignKey('self', null=True, blank=True, related_name='children') Instead of pointing to self, I could point to an instance of self, filtered ?thanks