From b176e57c07e521ca590cbd04847639d9cf8f3c0f Mon Sep 17 00:00:00 2001 From: Angel Velasquez <angvp@archlinux.org> Date: Thu, 18 May 2017 10:23:03 -0400 Subject: [PATCH] Remove options on local_settings.py (archweb) This option is no longer required (and it causes conflicts) on Django versions >= 1.8. --- roles/archweb/templates/local_settings.py.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/archweb/templates/local_settings.py.j2 b/roles/archweb/templates/local_settings.py.j2 index f290d7f45..4bb2b6877 100644 --- a/roles/archweb/templates/local_settings.py.j2 +++ b/roles/archweb/templates/local_settings.py.j2 @@ -28,7 +28,6 @@ DATABASES = { 'USER' : '{{ archweb_db_site_user }}', 'PASSWORD': '{{ archweb_db_site_password }}', 'OPTIONS' : { - 'autocommit': True, 'application_name': 'archweb', {% if archweb_db_host != 'localhost' %} 'sslmode': 'require', -- GitLab