Re: Query String missing in a GET request

2010-11-22 Thread David P. Novakovic
Hello, This is a mailing list to discuss the development of the django framework itself. Please post your question to django-users :) If you find there is an actual bug at play, you may be redirected here.. Cheers, David On Tue, Nov 23, 2010 at 3:54 AM, guilhelm wrote: > Hi, > > I try to cre

Query String missing in a GET request

2010-11-22 Thread guilhelm
Hi, I try to create an autocomplete box. The source comes from an ajax request to the django server. Handling of the request looks like this: def handler(request): term = request.GET.get('term','') # create json data and send it Problem is that GET is empty whereas the called url contains "?