akvo.rsr.models.model_querysets.project module
- class akvo.rsr.models.model_querysets.project.ProjectQuerySet(model=None, query=None, using=None, hints=None)[source]
Bases:
AkvoTreeQuerySet
- budget_sum()[source]
aggregates the budgets of all the projects in the QS n.b. non-chainable, doesn’t return a QS
- funds_needed_sum()[source]
aggregates the funds of all the projects in the QS n.b. non-chainable, doesn’t return a QS
- funds_sum()[source]
aggregates the funds of all the projects in the QS n.b. non-chainable, doesn’t return a QS