We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224e3f6 commit d49f761Copy full SHA for d49f761
1 file changed
ietf/idrfc/idrfc_wrapper.py
@@ -418,6 +418,7 @@ def state_date(self):
418
return self._idinternal.comments().filter(
419
Q(comment_text__istartswith="Draft Added by ")|
420
Q(comment_text__istartswith="Draft Added in state ")|
421
+ Q(comment_text__istartswith="Draft added in state ")|
422
Q(comment_text__istartswith="State changed to ")|
423
Q(comment_text__istartswith="State Changes to ")|
424
Q(comment_text__istartswith="Sub state has been changed to ")|
0 commit comments