Re: Requesting help - validation on inlineformset_factory instance with invalid data in email field hanging application.

2010-01-08 Thread Rebekah
Thanks Karen and Robert, you both rock! I put in the patch and it's fixed :) On Jan 8, 1:53 pm, Karen Tracey wrote: > On Fri, Jan 8, 2010 at 1:42 PM, Rebekah wrote: > > I've searched but don't seem to see anyone else experiencing this > > issue.  I think it must b

Requesting help - validation on inlineformset_factory instance with invalid data in email field hanging application.

2010-01-08 Thread Rebekah
Hi, I've searched but don't seem to see anyone else experiencing this issue. I think it must be a django bug, I just want to know is this a known issue, and if so, if there is a patch already in the works. I have a view which displays a form and inline formset for user and profile model data. Th