I have these two models, where A has a many-to-one relation with B:
A
B
class A(models.Model): field_A1 = models.ForeignKey(\'B\', ...)