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
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 "?
-k...@zweckfrei.org
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to
django-developers+unsubscr...@googlegroups.com.