Issue 67: Use of BooleanField
Status:  Duplicate
Owner: ----
Closed:  Aug 2009
Reported by Cronei...@gmail.com, Jun 12, 2009
What steps will reproduce the problem?
1. Currently using revision 10982 of django-trunk
2. Process of validating the modules -- ./manage syncdb

Error produced:
Error: One or more models did not validate:
forum.thread: "sticky": BooleanFields do not accept null values. Use a 
NullBoole                              anField instead.
forum.thread: "closed": BooleanFields do not accept null values. Use a 
NullBoole                              anField instead.

Fix for error:
'BooleanField' - used for two-value (true or false) logic.
'NullBooleanField' - used for three-value (true, false or null) logic.

NullBooleanField.diff
822 bytes   View   Download
Aug 4, 2009
Project Member #1 rwpoul...@gmail.com
Duplicate of  issue 65 .
Status: Duplicate
Mergedinto: 65