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 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 somewhere else then you'll most likely need to store some
session data.  if it's part of the form itself then i don't understand
the question; you just pull it from the submitted data.

--~--~---------~--~----~------------~-------~--~----~
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