You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This query seems to get the right result - build a view that shows the results with the stream and iesg states and the referencing drafts that are in queue:
missing = set([r.target for r in RelatedDocument.objects.filter(source__states__type="draft-iesg",source__states__slug="rfcqueue",relationship__slug="refnorm").exclude(Q(target__type__in=["rfc","std","bcp"])|Q(target__type="draft",target__states__type="draft-iesg",target__states__slug__in=["rfcqueue","pub"]))])
The text was updated successfully, but these errors were encountered:
This query seems to get the right result - build a view that shows the results with the stream and iesg states and the referencing drafts that are in queue:
The text was updated successfully, but these errors were encountered: