MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / ProjectManager

Class ProjectManager

api/projects/managers.py:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class ProjectManager(SoftDeleteManager, AbstractBaseExportableModelManager): # type: ignore[misc]
7 def get_queryset(self): # type: ignore[no-untyped-def]
8 return super().get_queryset().select_related("organisation")

Callers 1

ProjectClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…