| Issue 71: | Models fail to validate under Django 1.1 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Aug 24, 2009
Project Member
#1
rwpoul...@gmail.com
Status:
Duplicate
|