django開發中關於外鍵設置

django開發中關於外鍵設置

咱們建模型的時候會用到ForeignKeypython

而因爲外鍵的約數會致使一些保存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這樣就有關聯關係,可是不會受他約數源碼

相關文章
相關標籤/搜索