Closed GoogleCodeExporter closed 8 years ago
Issue 67 has been merged into this issue.
Original comment by rwpoul...@gmail.com
on 4 Aug 2009 at 12:29
I have fixed this by removing the null=True from the BooleanFields and forcing
the
default to False.
I would suggest updating all existing records with this SQL query:
UPDATE forum_thread SET sticky='f' WHERE sticky='';
UPDATE forum_thread SET closed='f' WHERE closed='';
Change is in SVN r46.
Original comment by rwpoul...@gmail.com
on 4 Aug 2009 at 12:33
Original issue reported on code.google.com by
mikaelmo...@gmail.com
on 3 May 2009 at 12:48