ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters

转载请注明原文地址:https://www.cnblogs.com/cnodoo/p/9281366.html 

ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters 

    中文编码造成,在models文件中定义的字段中文值在XML视图文件中不兼容。

    解决方法:在models文件中的中文处前加 u ,转为utf8编码。

猜你喜欢

转载自www.cnblogs.com/cnodoo/p/9281366.html