I am testing out ajax with Django + jQuery. I have this in my views:
def ajax_test(request): if request.is_ajax(): message = \"This is ajax\"
Try with other version of jQuery... it possible that the problem was in the js...
For example:
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js