Re: [2146] -- Checking for field collisions

2006-01-28 Thread Russell Keith-Magee
On 1/29/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > I just saw http://code.djangoproject.com/changeset/2146 . Seems to me > it'd be more efficient to do this in "manage.py validate" rather than > at run-time. Ah - I hadn't thought of putting it there. Change is on the way. Russ Magee %-)

[2146] -- Checking for field collisions

2006-01-28 Thread Adrian Holovaty
I just saw http://code.djangoproject.com/changeset/2146 . Seems to me it'd be more efficient to do this in "manage.py validate" rather than at run-time. I'm always weary of doing relatively expensive validation at runtime when it can be done in the model validator. Russ, would you be willing to ch