Say I have a ForeignKey field called "parent" with a related_name of "children":
class Item(PolymorphicModel): title = models.CharFiel