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
Original issue reported on code.google.com by andy.the...@gmail.com on 4 Aug 2009 at 3:59
Original issue reported on code.google.com by
andy.the...@gmail.com
on 4 Aug 2009 at 3:59Attachments: