So say I have two Django model objects with a one-to-many relationship like:
class A(models.Model): id = models.AutoField(primary_key=True) attribute = mo