On 18 Feb 2011, at 6:45 PM, anis wrote: > Once I disable the JS in the browsers the above functionalities work. > IMHO this show that it's a JavaScript problem... :(
Thats correct, but it is really not a Javascript problem per say, its the changes to CSRF framework that have been made in Django 1.2.x In the past if a POST request was made via Ajax you did not need to include the CSRF prevention token, now you do. So in reality is is caused by an API change in Django http://docs.djangoproject.com/en/1.2/releases/1.2/#csrf-protection I will update the Javascript code this weekend to include the CSRF token in the Ajax POST requests. - Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

