Issue 71: Models fail to validate under Django 1.1
Status:  Duplicate
Owner: ----
Closed:  Aug 2009
Reported by andy.the...@gmail.com, Aug 4, 2009
What steps will reproduce the problem?
1. Install the application into an otherwise empty Django 1.1 project
2. Run ./manage.py syncdb
3. Get error:

forum.thread: "sticky": BooleanFields do not accept null values. Use a
NullBooleanField instead.
forum.thread: "closed": BooleanFields do not accept null values. Use a
NullBooleanField instead.

I have made the error go away by updating the model as instructed in the
error message.  As this was my first install I can't absolutely guarantee
my fix is without additional impact, but cursory testing shows my forums to
be working now.

I've attached a patch to models.py
nullboolean.patch
892 bytes   View   Download
Aug 24, 2009
Project Member #1 rwpoul...@gmail.com
This has already been fixed.
Status: Duplicate