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
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
api.py Exclude API calls from CSRF middleware. 2012-01-15 11:38:28 +01:00
feeds.py Change references to Jutda Helpdesk to django-helpdesk as that should 2011-01-25 23:08:41 +00:00
kb.py small fixes and translation 2011-09-01 13:01:03 +02:00
public.py send user back to the same page before changing the display language. 2011-11-27 09:43:51 +01:00
staff.py fix /reports/usermonth/ & /reports/queuemonth/ errors 2011-12-08 16:49:17 +01:00