We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0461ca0 commit 6ae0bafCopy full SHA for 6ae0baf
1 file changed
ietf/idrfc/idrfc_wrapper.py
@@ -417,6 +417,7 @@ def state_date(self):
417
return self._idinternal.comments().filter(
418
Q(comment_text__istartswith="Draft Added by ")|
419
Q(comment_text__istartswith="Draft Added in state ")|
420
+ Q(comment_text__istartswith="State changed to ")|
421
Q(comment_text__istartswith="State Changes to ")|
422
Q(comment_text__istartswith="Sub state has been changed to ")|
423
Q(comment_text__istartswith="State has been changed to ")|
0 commit comments