Report
hypha.apply.projects.views.report
¶
ReportUpdateView
¶
Bases: BaseStreamForm
, UpdateView
submission_form_class
class-attribute
instance-attribute
¶
submission_form_class = PageStreamBaseForm
wagtail_reference_index_ignore
class-attribute
instance-attribute
¶
from_db
classmethod
¶
Source code in hypha/apply/stream_forms/models.py
deserialize_form_data
classmethod
¶
Source code in hypha/apply/stream_forms/models.py
get_defined_fields
¶
get_form_fields
¶
Source code in hypha/apply/stream_forms/models.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
|
get_form_class
¶
Expects self.form_fields to have already been set.
Source code in hypha/apply/projects/views/report.py
dispatch
¶
Source code in hypha/apply/projects/views/report.py
get_context_data
¶
Django note: super().dispatch calls get_context_data.
Source code in hypha/apply/projects/views/report.py
get_form
¶
Source code in hypha/apply/projects/views/report.py
get_initial
¶
Source code in hypha/apply/projects/views/report.py
get_form_kwargs
¶
post
¶
Source code in hypha/apply/projects/views/report.py
get_success_url
¶
form_valid
¶
Source code in hypha/apply/projects/views/report.py
ReportPrivateMedia
¶
Bases: ReportAccessMixin
, PrivateMediaView
get
¶
test_func
¶
dispatch
¶
Source code in hypha/apply/projects/views/report.py
ReportSkipView
¶
Bases: SingleObjectMixin
, View
post
¶
Source code in hypha/apply/projects/views/report.py
ReportFrequencyUpdate
¶
Bases: DelegatedViewMixin
, UpdateView
setup
¶
get_template_names
¶
get_form_name
¶
get_parent_kwargs
¶
get_parent_object
¶
get_context_data
¶
Source code in hypha/apply/utils/views.py
is_model_form
classmethod
¶
contribute_form
¶
Source code in hypha/apply/utils/views.py
get_success_url
¶
get_form_kwargs
¶
Source code in hypha/apply/projects/views/report.py
get_object
¶
get_form
¶
form_valid
¶
Source code in hypha/apply/projects/views/report.py
ReportListView
¶
Bases: SingleTableMixin
, FilterView