Re: ModelForm possible validation bug

2010-09-16 Thread Jeremy Dunck
On Thu, Sep 16, 2010 at 6:36 AM, David Reynolds wrote: > Hi, > > I would really appreciate some feedback on this. David, thanks for following up on this. You were unlucky in reporting this issue during DjangoCon, so most attention has been elsewhere. I've left comments (and a couple patches) on

Re: ModelForm possible validation bug

2010-09-16 Thread David Reynolds
Hi, I would really appreciate some feedback on this. Thanks, David On 8 Sep 2010, at 09:39, David Reynolds wrote: > > On 7 Sep 2010, at 16:48, David Reynolds wrote: > >> Hi folks, >> >> I am running into a validation problem with ModelForms - here is a quick >> summary of what is happening

Re: ModelForm possible validation bug

2010-09-08 Thread David Reynolds
On 7 Sep 2010, at 16:48, David Reynolds wrote: > Hi folks, > > I am running into a validation problem with ModelForms - here is a quick > summary of what is happening I have opened a ticket to track this [http://code.djangoproject.com/ticket/14234]. I'd be happy to work up a patch, but woul

ModelForm possible validation bug

2010-09-07 Thread David Reynolds
Hi folks, I am running into a validation problem with ModelForms - here is a quick summary of what is happening Take a simple model - here we call Model.full_clean as part of the custom save method to enforce the validation: from django.db import models class Stuff(models.Model): """(Stuf