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']
それを取り除く方法は?
ありがとうございました