I have Outcode model that has a one-to-many relationship with SubOutcode model:
Outcode
SubOutcode
class Outcode(models.Model): outcode = models.Ch