I have one Django model with with "some_id" and many other models with "some_id" as primary key.
class ModelA(models.Model): name = m