summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-20 22:09:18 +0100
committerDan McGee <dan@archlinux.org>2013-01-20 22:09:18 +0100
commit45108ea4975419a88c2bb10ed7f3f90d6085d852 (patch)
treeb510397a651d561f4b81f49a1ba97f2520463f8d /settings.py
parent1b1b516bd823d807ea81e62fe14fc92c18d0b89d (diff)
downloadarchweb-45108ea4975419a88c2bb10ed7f3f90d6085d852.tar.gz
archweb-45108ea4975419a88c2bb10ed7f3f90d6085d852.tar.xz
Remove AlwaysCommitMiddleware
Let's just go with the Django database option for PostreSQL autocommit mode instead. 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 cdc56e3..8ed5cb6 100644
--- a/settings.py
+++ b/settings.py
@@ -66,7 +66,6 @@ TEMPLATE_LOADERS = (
)
MIDDLEWARE_CLASSES = (
- 'main.middleware.AlwaysCommitMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',