Refactor: Move complex query code to custom QuerySet
Chronos has a lot of complex query code, especially on LessonPeriod
, that is also often repeated. We should move this to a custom QuerySet
on LessonPeriod
(and set the manager to the as_manager()
of that QuerySet).
Edited by Nik | Klampfradler