On Thu, Feb 24, 2011 at 10:00 AM, Ankit Rai <ankit9...@gmail.com> wrote: > There is the problem "django1.2.5" has some more security updates beacuse > of which your old code may break .
Citation? > > Your code will start working after you add @csrf_exempt in all your views > .And cross check your settings.py middleware classes This is daft advice. All your views would then be csrf exempt, and nothing is protected from csrf. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.