Applied fix from rjsparks@nostrum.com: Remove old document filtering which is now to strict, letting conflict review documents show in the iesg agenda.

- Legacy-Id: 4755
This commit is contained in:
Henrik Levkowetz 2012-08-10 12:00:50 +00:00
parent 25f3f94c21
commit 7a1a67fca4

View file

@ -196,7 +196,6 @@ def agenda_docs(date, next_agenda):
from ietf.doc.models import TelechatDocEvent
matches = Document.objects.filter(docevent__telechatdocevent__telechat_date=date).distinct()
matches = matches.filter(type__slug='draft')
docmatches = []