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 value_b is
> entered by the user, so it is always different, it would be perfect if
> i can call that from my views.py but i just don't know how to come
> with that.

If it's entered by the user, is it also part of the form? Because you
can do validation of form fields that depend on other form fields. See
[1] for some documentation about that.

[1]
http://docs.djangoproject.com/en/dev/ref/forms/validation/#cleaning-and-validating-fields-that-depend-on-each-other

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to