You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 19 Jul 2012 at 4:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Jul 2012 at 4:28The text was updated successfully, but these errors were encountered: