semicolon separated parameter gets inaccessible in QueryDict

2010-08-26 Thread k4rlchen
I am migrating an old CGI to a django application. Some of the values passed to the interface are semicolon separated. The requests come in like this: [26/Aug/2010 02:49:03] "GET /order?asdf=1;2;3;4; HTTP/1.1" 200 71 Django's QueryDict (request.POST) looks like this: When I do request.POST.ge

Re: semicolon separated parameter gets inaccessible in QueryDict

2010-08-26 Thread k4rlchen
Thanks Ɓukasz, unfortunatly, the application is in use for 10 years and delivered to > 300 mobile computers. A change of application would mean a big scale operation. I was not 100% correct describing the matter. The values are not passed via url but in a form input field. The old cgi uses cgi.F

Re: semicolon separated parameter gets inaccessible in QueryDict

2010-08-26 Thread k4rlchen
Thank you Bruno, it didn't work "copy 'n paste' but lead me to the solution! -- View this message in context: http://old.nabble.com/semicolon-separated-parameter-gets-inaccessible-in-QueryDict-tp29539791p29542413.html Sent from the django-users mailing list archive at Nabble.com. -- You re