Re: IndexError when validating model formsets

2010-12-23 Thread Andrew Badstubner
Nevermind. I found that I was not instantiating the formset with the "instance" argument, naming the parent object. Once that was added, everything worked as designed. -AB On Thu, Dec 23, 2010 at 9:02 PM, Andrew Badstubner <and...@badstubner.com> wrote: > I have a form tha

IndexError when validating model formsets

2010-12-23 Thread Andrew Badstubner
I have a form that contains a parent object in the header and then lists the children as a formset in the same HTML . I can create new "families" of parent objects and children just fine, but I can't edit them. I've tracked the error down to the line where the view is trying to instantiate the

Re: One-to-one not to be used?

2006-05-12 Thread Andrew Badstubner
> "The semantics of one-to-one relationships will be changing soon, so we > don't recommend you use them. If that doesn't scare you away, keep > reading." > > It scares me a bit. Can anyone expand on the "changing semantics" or > point me to an existing discussion? +1 I need to use this, and