newforms: no attribute 'form_for_instance'

2007-03-01 Thread stevelewis
So I've developed on my laptop, and am trying to deploy to a unix box, and most things work fine, but I'm using the newforms form for instance method, and it can't find it: 'module' object has no attribute 'form_for_instance' It appears to be there, but I'm not sure why I can't see it. Is there

Hiding Relationships in Forms

2007-02-26 Thread stevelewis
I have a page where I want to display two Form objects, and that's working fine. I have three Model objects that map to these two Form objects, and I was hoping to avoid showing the relationships that are redundant. What's the best way to do this? So far, if I do: del DoseForm.base_fields['appo