Is there a reason why you inherit from forms.Form, but not forms.ModelForm ?
Is it successfully finding ModelForm without the reference to forms?
-Rob
On Tue, Jan 25, 2011 at 12:41 PM, MikeKJ wrote:
>
> class CertForm(forms.Form):
>agree = forms.BooleanField(required=True, label="I confirm
I think this is trivial considering that the example does not use
request.POST['title'] They must of just forgot to use the title field in the
view?
One practical example could be to use the title as the filename which you
intend to store in your filesystem. You can do this by changing the filenam
2 matches
Mail list logo