咱們建模型的時候會用到ForeignKey
python
而因爲外鍵的約數會致使一些保存django
全部咱們ctrl+左鍵進入源碼code
源碼
開發
def __init__(self, to, on_delete=None, related_name=None, related_query_name=None, limit_choices_to=None, parent_link=False, to_field=None, db_constraint=True, **kwargs):
咱們要把源碼中的db_constraint
設置成Flase這樣就有關聯關係,可是不會受他約數源碼