我正在尝试使用 Django 并添加一个平面页面。
/admin/flatpages/flatpage/add/ 处的 ValueError
不能使用 None 作为查询值
Request Method: POST
Request URL: http://localhost:8000/admin/flatpages/flatpage/add/
Django Version: 1.4.2
Exception Type: ValueError
Exception Value:
不能使用 None 作为查询值
Exception Location: C:\Python27\lib\site-packages\django\db\models\sql\query.py in add_filter, line 1095
Python Executable: C:\Python27\python.exe
Python Version: 2.7.3
Python Path:
['C:\\Users\\ivo\\Desktop\\eclipse-jee-indigo\\workspace\\blog',
'C:\\Users\\ivo\\Desktop\\eclipse-jee-indigo\\workspace\\blog',
...
'C:\\Python27\\lib\\site-packages\\Pythonwin']
如何摆脱它?
谢谢