TypeError: __init__() missing 1 required positional argument: 'on_delete'
Posted 希音心
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: __init__() missing 1 required positional argument: 'on_delete'相关的知识,希望对你有一定的参考价值。
定义外键的时候需要加上 on_delete=models.CASCADE
;
即:字段 = models.ForeignKey(表, on_delete=models.CASCADE)
以上是关于TypeError: __init__() missing 1 required positional argument: 'on_delete'的主要内容,如果未能解决你的问题,请参考以下文章
TypeError: __init__() 接受 1 个位置参数,但给出了 3 个
TypeError: __init__() 接受 1 个位置参数,但给出了 2 个
TypeError: module.__init__() 最多接受 2 个参数(给定 3 个)
TypeError: __init__() 得到了一个意外的关键字参数 '__no_builder' Kivy