SubfieldBase已被弃用。请改用Field.from_db_value

时间:2015-12-16 20:20:21

标签: python django

hive -S -e ' set hive.cli.print.header=true;select * from table ' >> outputfile

自从我升级到Django 1.9后,我开始在/python3.4/site-packages/django/db/models/fields/subclassing.py:22: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead. RemovedInDjango110Warning) 启动时收到此警告。问题是我不知道它来自哪里。我猜它必须来自runserver。有没有人有线索?

1 个答案:

答案 0 :(得分:9)

使用python-social-auth 0.2.13时遇到此错误。如果您使用的是python-social-auth,我刚刚在GitHub上提交了此修复程序。这扩展了另一个提交的修复here

订阅这两个拉取请求,如果/当两个拉取请求合并到master分支时,您将不再看到警告。