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

Add prefetch option in week view

parent e7b8690c
No related branches found
No related tags found
1 merge request!90Performance optimizations
Pipeline #3689 passed
......@@ -281,7 +281,8 @@ def week_view(
year=wanted_week.year,
lesson_period__in=lesson_periods_pk,
),
)
),
"member_of__owners"
)
.annotate(
absences_count=Count(
......
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