We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a373f1d commit 4678f0bCopy full SHA for 4678f0b
1 file changed
ietf/meeting/views.py
@@ -1287,11 +1287,6 @@ def json_agenda(request, num=None ):
1287
# Update the assignments with historic information, i.e., valid at the
1288
# time of the meeting
1289
assignments = preprocess_assignments_for_agenda(assignments, meeting, extra_prefetches=[
1290
- # sadly, these prefetches aren't enough to get rid of all implicit queries below
1291
- Prefetch("session__materials",
1292
- queryset=Document.objects.exclude(states__type=F("type"),states__slug='deleted').select_related("group").order_by("sessionpresentation__order"),
1293
- to_attr="prefetched_active_materials",
1294
- ),
1295
"session__materials__docevent_set",
1296
"session__sessionpresentation_set",
1297
"timeslot__meeting"
0 commit comments