Django Version: 1.7.9
Exception Type: ValueError
Exception Value:
invalid literal for int() with base 10: '\xe6\x80\xbb\xe7\xbb\x8f\xe5\x8a\x9e'
views中的查询:
search_data = RoomInfo.objects.filter(date__month=search_month).filter(useroom='好莱坞')
dict_search_data = {'search_datas':search_data }
return render(request,'search.html',dict_search_data)
请问要怎么才能正常使用中文查询?