Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-04-03 Thread Russell Keith-Magee
On Sat, Apr 3, 2010 at 9:58 PM, Dennis Kaarsemaker wrote: > On ma, 2010-03-22 at 08:53 -0400, Karen Tracey wrote: >> On Mon, Mar 22, 2010 at 4:07 AM, Raffaele Salmaso >> wrote: >>         Marcob wrote: >>         > Please, does anybody know which patch I need to apply to >>         1.1.1 to fix >

Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-04-03 Thread Dennis Kaarsemaker
On ma, 2010-03-22 at 08:53 -0400, Karen Tracey wrote: > On Mon, Mar 22, 2010 at 4:07 AM, Raffaele Salmaso > wrote: > Marcob wrote: > > Please, does anybody know which patch I need to apply to > 1.1.1 to fix > > this strange problem? > > http://code.

Re: GSoC Project: Enhancedaut.user

2010-04-03 Thread Flo
On Apr 2, 3:49 pm, Russell Keith-Magee wrote: > On Fri, Apr 2, 2010 at 7:28 PM, Flo wrote: > > > On 1 Apr., 16:04, Russell Keith-Magee wrote: > >> On Wed, Mar 31, 2010 at 10:15 PM, Flo wrote: > > >> > On Mar 31, 3:27 pm, Russell Keith-Magee > >> > wrote: > > >> >> But under your proposal, yo

Re: Validate a form's excluded fields if a value is present

2010-04-03 Thread Russell Keith-Magee
On Sat, Apr 3, 2010 at 3:03 PM, orokusaki wrote: > Russ, > > I think you're 100% right, and the "wrong place" part hit the nail on > the head. This morning I got really frustrated because I couldn't > quite see the big picure yet pertaining to the ORM and it's > relationship with ModelForm, partly

Re: Validate a form's excluded fields if a value is present

2010-04-03 Thread Russell Keith-Magee
On Sat, Apr 3, 2010 at 8:14 AM, Boris Schaeling wrote: > On Thu, 01 Apr 2010 11:11:47 +0300, Russell Keith-Magee > wrote: > >> [...]I don't deny that it would be *really* nice to be able to >> automatically call full model validation on a model on form save - the >> problem is that we can't do th

Re: Validate a form's excluded fields if a value is present

2010-04-03 Thread orokusaki
Russ, I think you're 100% right, and the "wrong place" part hit the nail on the head. This morning I got really frustrated because I couldn't quite see the big picure yet pertaining to the ORM and it's relationship with ModelForm, partly because there is so much going on with state changes and you