I have the following structure:
class Model_1(): model_2_ref = models.ForeignKey(to="Model_2", null=True, on_delete=models.SET_NULL) model_1