submissions.managers.report module

class submissions.managers.report.ReportQuerySet(model=None, query=None, using=None, hints=None)[source]

Bases: django.db.models.query.QuerySet

QuerySet for the Report model.

accepted()[source]

Return the subset of vetted Reports.

awaiting_vetting()[source]

Return the subset of unvetted Reports.

rejected()[source]

Return the subset of rejected Reports.

in_draft()[source]

Return the subset of Reports in draft.

non_draft()[source]

Return the subset of unvetted, vetted and rejected Reports.

contributed()[source]

Return the subset of contributed Reports.

invited()[source]

Return the subset of invited Reports.