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 0b7c0b9 commit 6ef0171Copy full SHA for 6ef0171
1 file changed
ietf/idrfc/idrfc_wrapper.py
@@ -374,7 +374,8 @@ def state_date(self):
374
Q(comment_text__istartswith="Draft Added by ")|
375
Q(comment_text__istartswith="State Changes to ")|
376
Q(comment_text__istartswith="Sub state has been changed to ")|
377
- Q(comment_text__istartswith="State has been changed to ")).order_by('-id')[0].date
+ Q(comment_text__istartswith="State has been changed to ")|
378
+ Q(comment_text__istartswith="IESG has approved and state has been changed to")).order_by('-id')[0].date
379
except IndexError:
380
# should never happen -- return an obviously bogus date
381
return date(1990,1,1)
0 commit comments