Skip to content
Snippets Groups Projects

Performance optimizations

Merged Jonathan Weth requested to merge feature/performance-optimizations into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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")
)
),
}
)
Loading