| 4 | |
| 5 | |
| 6 | class ProjectManager(SoftDeleteManager, AbstractBaseExportableModelManager): # type: ignore[misc] |
| 7 | def get_queryset(self): # type: ignore[no-untyped-def] |
| 8 | return super().get_queryset().select_related("organisation") |
no outgoing calls
no test coverage detected
searching dependent graphs…