On Mon, Mar 9, 2009 at 12:10 PM, Jesse <adles...@gmail.com> wrote:

>
> The problem is that the python converts the andor value to a
> character, even though the radio button is presenting it as numeric.
> I needed to place quotes around the number:
> if andor == '1' and then it works.  Hope this helps someone else.
> >
>
Yes, all items that come in over HTTP come in as strings, you need to
process them yourself(or handle it using django.forms).

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to