Files
django-helpdesk/helpdesk/views
Ivan Giuliani dc76854667 Exclude API calls from CSRF middleware.
Starting from django 1.2, the CSRF middleware is enabled by
default. However, API calls require parameters passing by POST
requests but they cannot be served as they can't contain a CSRF
token.

This patch removes the CSRF middleware from API requests.
2012-01-15 11:38:28 +01:00
..
2012-01-15 11:38:28 +01:00
2011-09-01 13:01:03 +02:00