null value in column "description"
I installed the latest askbot from github and found the following error in the error logs.
[error] null value in column "description" violates not-null constraint
I want to point this error to the developers.
Comments
i traced it to badges.init_badges() in run() ... supposed to be able to get_or_create but error results rather than creating.