Yep, I can confirm that mine still works with baruwa_1.0.1-2. I have django1.2.3 installed, so that may be the difference.
> -----Original Message----- > From: [email protected] [mailto:baruwa- > [email protected]] On Behalf Of Andrew Colin Kissa > Sent: Friday, February 18, 2011 12:13 PM > To: Baruwa users list > Subject: Re: [Baruwa] Server error adding addresses to list afterupdate django > > > 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 _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

