diff options
| author | Tom Christie | 2011-12-14 20:10:06 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-14 20:10:06 +0000 |
| commit | d53f7f45b4297aaf247aefd85093e2a0b413b4c4 (patch) | |
| tree | 798c3f7b546ecaeb0449d508519e9a1425e30b47 /djangorestframework/runtests/settings.py | |
| parent | 050f07e7b1c53426d5234f9aa61d9a2461a6aeff (diff) | |
| download | django-rest-framework-d53f7f45b4297aaf247aefd85093e2a0b413b4c4.tar.bz2 | |
Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if session authentication is being used
Diffstat (limited to 'djangorestframework/runtests/settings.py')
| -rw-r--r-- | djangorestframework/runtests/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py index a38ba8ed..9b3c2c92 100644 --- a/djangorestframework/runtests/settings.py +++ b/djangorestframework/runtests/settings.py @@ -95,7 +95,6 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'djangorestframework', - 'djangorestframework.tests', ) # OAuth support is optional, so we only test oauth if it's installed. |
