Remove search for "IESG has approved and state has been changed to"

from state change doc event searches, these have been split up by a
migration and no longer exist
 - Legacy-Id: 6424
This commit is contained in:
Ole Laursen 2013-10-11 13:19:07 +00:00
parent 75a2c9ba0d
commit 1c8c87f88a

View file

@ -173,7 +173,6 @@ def state_age_colored(doc):
Q(desc__istartswith="State Changes to ")|
Q(desc__istartswith="Sub state has been changed to ")|
Q(desc__istartswith="State has been changed to ")|
Q(desc__istartswith="IESG has approved and state has been changed to")|
Q(desc__istartswith="IESG process started in state")
).order_by('-time')[0].time.date()
except IndexError: