Re: Need a little push with Newforms

2006-12-31 Thread [EMAIL PROTECTED]
Thanks Adran! Very cool. Bill. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: Need a little push with Newforms

2006-12-31 Thread Adrian Holovaty
On 12/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: f = forms.form_for_model(Project) return render_to_response('crm/addproject.html', {'theform': f}) form_for_model() returns a Form class, not a Form instance. You'll have to instantiate the form class before sending it t