Re: Newforms clean_fieldname method

2007-01-15 Thread [EMAIL PROTECTED]
On Jan 15, 4:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Hi all, i'm using newforms and need to express that *if person_type STUDENT is selected a Major must be selected* The form posts and i get ValidationError raised but the form does not re-display with the errors rendered, it jus

Newforms clean_fieldname method

2007-01-15 Thread [EMAIL PROTECTED]
Hi all, i'm using newforms and need to express that *if person_type STUDENT is selected a Major must be selected* The form posts and i get ValidationError raised but the form does not re-display with the errors rendered, it just crashes with the standard Django error Code is up here: http://dp