mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
dc76854667
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 |