Skip to content
Snippets Groups Projects
Verified Commit b62a14d2 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove wrong set prefetch

parent 3b8503d8
No related branches found
No related tags found
1 merge request!90Performance optimizations
Pipeline #3687 passed
......@@ -336,7 +336,7 @@ def week_view(
week=wanted_week.week,
year=wanted_week.year,
lesson_period__in=lesson_periods_pk,
).prefetch_related("lesson_period__substitutions__subject")
)
),
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment