summaryrefslogtreecommitdiff
path: root/django/conf/project_template
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2009-03-23 23:02:46 +0000
committerLuke Plant <L.Plant.98@cantab.net>2009-03-23 23:02:46 +0000
commit20f7e514930d108e4abb7f1af6f21edc00206030 (patch)
tree0db5e2c582adc1adeb69e709be3adba049f4b3a7 /django/conf/project_template
parent64ddff1b11290397bd10a81427840e2383da149d (diff)
Reverted 10094 and 10095 (in favour of solution that will hopefully land for beta 2)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/project_template')
-rw-r--r--django/conf/project_template/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
index 4aec1b8c11..bbf005ddea 100644
--- a/django/conf/project_template/settings.py
+++ b/django/conf/project_template/settings.py
@@ -59,8 +59,6 @@ TEMPLATE_LOADERS = (
MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
- 'django.contrib.csrf.middleware.CsrfViewMiddleware',
- 'django.contrib.csrf.middleware.CsrfResponseMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
)