TypeError: isinstance() arg 2 must be a type or tuple of types
Posted yuanfj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: isinstance() arg 2 must be a type or tuple of types相关的知识,希望对你有一定的参考价值。
TypeError: isinstance() arg 2 must be a type or tuple of types
在进行数据库迁移的时候,我们有时候会很倒霉的碰到这种情况,不要着急,其实解决方案很简单(亲测)
其实主要的原因就是,你在进行数据库迁移的时候,比如,你有一个class User()模型类,但是里面有一个外键,那么,你必须要将这个外键的数据库先进行迁移之后,才能再次对这个外键进行添加并进行迁移;
也就是说:
like_book = Foreign(‘book‘) 这个外键在进行迁移的时候,必须是那个Book类进行迁移之后,才可以进行这个外键的迁移操作,否则,就会出错。
我已经在同一个地方摔倒两次,立博客为证,下不为例。。。。
以上是关于TypeError: isinstance() arg 2 must be a type or tuple of types的主要内容,如果未能解决你的问题,请参考以下文章
TypeError: isinstance() arg 2 必须是类型或类型的元组
TypeError:类型别名不能与 isinstance() 一起使用
python Python:ClassName(list),isinstance(),TypeError,ValueError,.append()
Django Unittest无法使用TypeError运行:isinstance()arg 2必须是一台机器上的类型或元组,而不是其他机器上的类型或元组