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 %-)
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