Fix accidental debug slicing in IESG discusses - of note is that the
discusses page now supports more than just I-Ds - Legacy-Id: 6420
This commit is contained in:
parent
dcfe368f74
commit
b6c4f725b9
|
@ -392,7 +392,7 @@ def discusses(request):
|
|||
models.Q(states__type__in=("statchg", "conflrev"),
|
||||
states__slug__in=("iesgeval", "defer")),
|
||||
docevent__ballotpositiondocevent__pos__blocking=True)
|
||||
possible_docs = possible_docs.select_related("stream", "group", "ad").distinct()[:10]
|
||||
possible_docs = possible_docs.select_related("stream", "group", "ad").distinct()
|
||||
|
||||
docs = []
|
||||
for doc in possible_docs:
|
||||
|
|
Loading…
Reference in a new issue