forked from extern/django-helpdesk
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. |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
feeds.py | ||
kb.py | ||
public.py | ||
staff.py |