Notifikace projekty formuláře
Definice formulářů.
- notifikace_projekty.forms.create_pes_form(not_readonly=True, model_typ=None)
Funkce která vrací formulář hlídacího psa pro formset.
- class notifikace_projekty.forms.PesFormSetHelper(*args, **kwargs)
- class notifikace_projekty.forms.PesNotificationsForm(pes_object_count=0, *args, **kwargs)
Formulář pro správu typu notifikací.
- clean()
Hook for doing any extra form-wide cleaning after Field.clean() has been called on every field. Any ValidationError raised by this method will not be associated with a particular field; it will have a special-case association with the field named ‚__all__‘.
- class notifikace_projekty.forms.PesInlineFormSet(data=None, files=None, instance=None, save_as_new=False, prefix=None, queryset=None, **kwargs)