Skip to content
Snippets Groups Projects
Commit 9f8c35f9 authored by Julian's avatar Julian
Browse files

Remove incorrect manager code

parent 0d4cc951
No related branches found
No related tags found
1 merge request!392Resolve "Absence creation form should support datetimes"
Pipeline #192359 failed
......@@ -208,8 +208,4 @@ class DocumentationManager(RecurrencePolymorphicManager):
class ParticipationStatusManager(RecurrencePolymorphicManager):
"""Manager adding specific methods to participation statuses."""
def get_queryset(self):
"""Ensure often used related data are loaded as well."""
# return super().get_queryset().select_related("person", "absence_reason", "base_absence")
# TODO: `Field ParticipationStatus.person cannot be both deferred and traversed using select_related at the same time.`
return super().get_queryset()
pass
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