Re: variables in forms.py?

2008-10-23 Thread Malcolm Tredinnick
On Sun, 2008-10-19 at 11:37 -0700, Jorge Romo wrote: > Hell guys, I have this little doubt: > > I want to validate a form, but it has several different options. It > has to take a value_a and the see if it is bigger, smaller or equal to > another value_b. The issue (or maybe not :p) is that the

Re: variables in forms.py?

2008-10-20 Thread tofergus
On 19.10-11:37, Jorge Romo wrote: [ ... ] > I want to validate a form, but it has several different options. It > has to take a value_a and the see if it is bigger, smaller or equal to > another value_b. The issue (or maybe not :p) is that the value_b is > entered by the user, so it is always

variables in forms.py?

2008-10-19 Thread Jorge Romo
Hell guys, I have this little doubt: I want to validate a form, but it has several different options. It has to take a value_a and the see if it is bigger, smaller or equal to another value_b. The issue (or maybe not :p) is that the value_b is entered by the user, so it is always different, it