Revisions
hypha.apply.funds.views.revisions
¶
RevisionListView
¶
Bases: ListView
get_queryset
¶
Get a queryset of all valid ApplicationRevision
s that can be
compared for the current submission
This excludes draft & preview revisions unless draft(s) are the only existing revisions, in which the last draft will be returned in a QuerySet
Returns:
-
–
An
ApplicationRevision
QuerySet
Source code in hypha/apply/funds/views/revisions.py
RevisionCompareView
¶
Bases: DetailView