278
279
raise InvalidQuestionStateError(
279
280
"New status is same as the old one.")
281
283
# If the previous state recorded an answer, clear those
288
293
user, comment, datecreated=datecreated,
289
294
action=QuestionAction.SETSTATUS, new_status=new_status)
291
305
@notify_question_modified()
292
306
def addComment(self, user, comment, datecreated=None):