I'm receiving this error on my development copy.
Warning at /account/register/
Field 'hide_ignored_questions' doesn't have a default value
Request Method: POST
Request URL: http://localhost:8000/account/register/
Exception Type: Warning
Exception Value:
Field 'hide_ignored_questions' doesn't have a default value
Exception Location: /usr/local/lib/python2.6/dist-packages/MySQL_python-1.2.3-py2.6-linux-i686.egg/MySQLdb/cursors.py in _warning_check, line 92
Python Executable: /usr/bin/python2.6
Python Version: 2.6.6
The hide_ignored_questions field does not exist any more, so maybe you forgot to run a migration?
To list pending migrations, type:
python manage.py migrate --list
Thanks.
Asked: May 17 '11
Seen: 53 times
Last updated: May 18 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.