Closed vicvinc closed 4 years ago
django > 3.0 django.utils.six - Remove usage of this vendored library or switch to six.
https://pypi.org/project/six/
需要更新jsonfiled里six的引用,建议维护jsonfield包下encoder
from django.utils import timezone
更新为
from django.utils import timezone import six
已经在下一个大版本中更新,本版本如果没有特殊bug修复暂时不更新了 依赖可以改装jsonfield2==3.0.3,原jsonfield已经无人维护了
django这个版本更的有点蛋疼,很多跟six依赖的现在都出错了
楼主关了这个issue吧,估计过几天所有的包都会更关于six引用的问题,也不是啥大问题
django > 3.0 django.utils.six - Remove usage of this vendored library or switch to six.
https://pypi.org/project/six/
需要更新jsonfiled里six的引用,建议维护jsonfield包下encoder
更新为