We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21e5fe commit c79b323Copy full SHA for c79b323
1 file changed
ietf/iesg/views.py
@@ -196,7 +196,6 @@ def agenda_docs(date, next_agenda):
196
from ietf.doc.models import TelechatDocEvent
197
198
matches = Document.objects.filter(docevent__telechatdocevent__telechat_date=date).distinct()
199
- matches = matches.filter(type__slug='draft')
200
201
docmatches = []
202
0 commit comments