Re: New data not showing up using Forms

2008-09-10 Thread adam
Brilliant. I actually looked at that page for some help with a different form, but I guess I completely missed the part about the init method. Thank you so much for your help. Adam On Sep 11, 12:04 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Thu, Sep 11, 2008 at 12:39 AM, adam <[EMAIL

Re: New data not showing up using Forms

2008-09-10 Thread Karen Tracey
On Thu, Sep 11, 2008 at 12:39 AM, adam <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > So I have a problem here. I have a series of forms to allow someone > to create recipes, and I decided to build them with Django's form > objects. The issue is that newly saved data doesn't appear as an >

New data not showing up using Forms

2008-09-10 Thread adam
Hi everyone, So I have a problem here. I have a series of forms to allow someone to create recipes, and I decided to build them with Django's form objects. The issue is that newly saved data doesn't appear as an option on another form that I bring in as part of a ChoiceField. An example that