WorkflowEditForm
Overview
The main implementation of all the Form logic. Note that this class is different than Form. See the comments by the Form class for more info. Any improvements to the form API should be made to this class, not to the Form class.
Meta
Source
server/vueda/workflow/forms.py:100
_meta
base_fields
declared_fields
media
Return all media required to render the widgets on this form.
Source
.venv/lib/python3.11/site-packages/django/forms/widgets.py:241
name
Source
server/vueda/workflow/forms.py:97