class documentation

class RFPManageForm(forms.ModelForm): (source)

View In Hierarchy

Undocumented

Class Meta Undocumented
Method save Undocumented
Constant STATUS_CHOICES Undocumented
Class Variable status Undocumented
def save(self): (source)

Undocumented

STATUS_CHOICES = (source)

Undocumented

Value
[('pending', _('Pending')),
 ('accepted', _('Accept this request')),
 ('refused', _('Refuse this request')),
 ('cancelled', _('Canceled by picker'))]

Undocumented