I\'m building a List model that I want to be able to contain and order various different other model types.
class Parent(models.Model): title class Child