Re: Custom clean() method

2010-08-24 Thread Joel Klabo
Thank you, question answered. On Aug 24, 11:45 am, Shawn Milochik wrote: > Your version automatically gets called during the cleaning process > (assuming it's named properly). You don't need to call it explicitly. > The default cleaning of the field will happen automatically. All you > have to do

Re: Custom clean() method

2010-08-24 Thread Shawn Milochik
Your version automatically gets called during the cleaning process (assuming it's named properly). You don't need to call it explicitly. The default cleaning of the field will happen automatically. All you have to do is get the value from cleaned_data and make sure you return the value in your func

Custom clean() method

2010-08-24 Thread Joel Klabo
When you write a custom clean method for a form, does is get called by is_valid? Or does it call the standard version? Do I need to explicitly call it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email