Skip to content
Snippets Groups Projects

Performance optimizations

Merged Jonathan Weth requested to merge feature/performance-optimizations into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -281,7 +281,8 @@ def week_view(
year=wanted_week.year,
lesson_period__in=lesson_periods_pk,
),
)
),
"member_of__owners"
)
.annotate(
absences_count=Count(
Loading