Re: OneToOneField value not selected in default html form

2008-09-10 Thread Nathaniel Griswold
Oops, i thought I was running 1.0, but i thought wrong. Thanks -nate On Wed, Sep 10, 2008 at 9:45 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 8:21 PM, nate <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> The values of OneToOneFields don't appear to remain selected after >>

Re: OneToOneField value not selected in default html form

2008-09-10 Thread Karen Tracey
On Wed, Sep 10, 2008 at 8:21 PM, nate <[EMAIL PROTECTED]> wrote: > > Hi, > > The values of OneToOneFields don't appear to remain selected after > creation or update in default forms (such as those used by the admin > interface). I Looked for a bug report but didnt see one. Has anyone > else run

OneToOneField value not selected in default html form

2008-09-10 Thread nate
Hi, The values of OneToOneFields don't appear to remain selected after creation or update in default forms (such as those used by the admin interface). I Looked for a bug report but didnt see one. Has anyone else run into this? Take the following set of models: class Thing1(models.Model):