Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Models fail to validate under Django 1.1 #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
This has already been fixed.

Original comment by rwpoul...@gmail.com on 24 Aug 2009 at 10:16