prasanna-s / django-saml2-idp

Automatically exported from code.google.com/p/django-saml2-idp
0 stars 0 forks source link

Replace @csrf_view_exempt with @csrf_exempt #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
According to this, the @csrf_view_exempt is going away in Django 1.6:

https://docs.djangoproject.com/en/dev/internals/deprecation/

It should be replaced with @csrf_exempt.

Original issue reported on code.google.com by j...@andersoninnovative.com on 19 Jul 2012 at 4:28