Additional fix for issue #367.

- Legacy-Id: 2484
This commit is contained in:
Henrik Levkowetz 2010-08-17 14:45:08 +00:00
parent 0461ca0148
commit 6ae0bafc67

View file

@ -417,6 +417,7 @@ class IetfProcessData:
return self._idinternal.comments().filter(
Q(comment_text__istartswith="Draft Added by ")|
Q(comment_text__istartswith="Draft Added in state ")|
Q(comment_text__istartswith="State changed to ")|
Q(comment_text__istartswith="State Changes to ")|
Q(comment_text__istartswith="Sub state has been changed to ")|
Q(comment_text__istartswith="State has been changed to ")|