标签:decode errors 错误 代码 执行 str python line sele
执行: python manage.py makemigrations
报错如下:
找到错误代码(line146):query = query.encode(errors=‘replace‘)
解决方法:把decode改为encode即可。
AttributeError: 'str' object has no attribute 'decode'
标签:decode errors 错误 代码 执行 str python line sele
原文地址:https://www.cnblogs.com/lingjinle/p/10257558.html