I\'ve two models A and B.
class A(models.Model): a_name = models.Charfield(max_length=100) relate_to_b = models.Charfield(max_length=100) class B(mo