summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-13 21:27:35 -0600
committerDan McGee <dan@archlinux.org>2013-01-13 21:27:35 -0600
commit90af2119c25527185e36fb75e6a75107f2d6e5cf (patch)
tree30a5fad07fe56da66e88489e1f162390b5aec2c5 /settings.py
parent05f3c5fd199180206dc3c49e967fc9cc18029a8f (diff)
downloadarchweb-90af2119c25527185e36fb75e6a75107f2d6e5cf.tar.gz
archweb-90af2119c25527185e36fb75e6a75107f2d6e5cf.zip
Disable XView Middleware
This is the default now in Django anyway: https://code.djangoproject.com/ticket/7317 Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 53358077..8ed5cb61 100644
--- a/settings.py
+++ b/settings.py
@@ -73,7 +73,6 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.http.ConditionalGetMiddleware',
- 'django.middleware.doc.XViewMiddleware',
)
# Base of the URL hierarchy