forked from extern/django-helpdesk
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. |
||
---|---|---|
.. | ||
fixtures | ||
locale | ||
management | ||
migrations | ||
static/helpdesk | ||
templates/helpdesk | ||
templatetags | ||
views | ||
__init__.py | ||
admin.py | ||
akismet.py | ||
forms.py | ||
lib.py | ||
models.py | ||
settings.py | ||
urls.py |