◆ quota
| midas.forms.RegistrationForm.quota |
|
static |
Initial value:= forms.ModelChoiceField(
queryset=Quota.objects.all(),
required=True,
label='Workload',
)
◆ subteams
| midas.forms.RegistrationForm.subteams |
|
static |
Initial value:= forms.ModelMultipleChoiceField(
queryset=Subteam.objects.all(),
required=True,
label='Subteams',
)
The documentation for this class was generated from the following file:
- door_tracker/midas/forms.py