Collin, Doesn't request['price'] return the same as request.POST['price']?
assert False, request['price'] assert False, request.POST['price'] They both return 1 (in my example) I guess it would be better to make sure it's the price variable that's been posted. I've made the change. Thanks On Aug 8, 2:54 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > Why are you doing request['price'] ? > > Do you perhaps mean request.POST['price'] or request.GET['price'] ? :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---