Re: Whither Validators?

2008-09-25 Thread Russell Keith-Magee
On Thu, Sep 25, 2008 at 8:52 PM, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > > Ok, so if I raiseValidationError in the save() methods, will this just > give a big fat ugly general error, or a cute "You have to provide your > complete credit card number" error? Well... it will do whatever you

Re: Whither Validators?

2008-09-25 Thread Rodrigo Culagovski
Ok, so if I raiseValidationError in the save() methods, will this just give a big fat ugly general error, or a cute "You have to provide your complete credit card number" error? Thanks for the clarification. Rodrigo On Sep 24, 7:41 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Thu,

Re: Whither Validators?

2008-09-24 Thread Russell Keith-Magee
On Thu, Sep 25, 2008 at 12:30 AM, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > > Validators (django.core.validators) seem to have been removed from > 1.0. What replaces them? Well... validators weren't ever really there to begin with. There was some initial stub code, but it wasn't fully

Re: Whither Validators?

2008-09-24 Thread Rodrigo Culagovski
So, do you have to override the model's save method and do your validation there? On Sep 24, 3:20 pm, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > On 24 sep, 18:30, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > > > Validators (django.core.validators) seem to have been removed from > > 1.0.

Re: Whither Validators?

2008-09-24 Thread bruno desthuilliers
On 24 sep, 18:30, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > Validators (django.core.validators) seem to have been removed from > 1.0. What replaces them? Nothing yet AFAICT. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Whither Validators?

2008-09-24 Thread Rodrigo Culagovski
Validators (django.core.validators) seem to have been removed from 1.0. What replaces them? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to