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

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

2010-01-08 Thread Karen Tracey
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 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

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

2010-01-08 Thread Robert Eanes
Sounds like you are getting caught by this issue: http://www.djangoproject.com/weblog/2009/oct/09/security/ You should make sure you are using django 1.1.1 or 1.0.4, which have fixes for it. On Jan 8, 2010, at 1:42 PM, Rebekah wrote: > Hi, > > I've searched but don't seem to see anyone else

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.