Thanks for all the responses. I fixed it in the view by altering my
nice generic block of code... oh well. Here is the result:

if filter_fields[f] == 'pfilter':
    request.session[filter_fields[f]] =
int(request.POST[filter_fields[f]])
else:
    request.session[filter_fields[f]] = request.POST[filter_fields[f]]


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

Reply via email to