From 23a5ec07828b8f16d5abb89d892869ec0c635c45 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 6 Feb 2015 12:58:02 +0100 Subject: [PATCH] Added trailing comma. Sorry, I couldn't stand the inconsistency between the two databases anymore. --- tests/test_sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py index 18d413a682..f1b65f7d01 100644 --- a/tests/test_sqlite.py +++ b/tests/test_sqlite.py @@ -14,7 +14,7 @@ DATABASES = { 'default': { - 'ENGINE': 'django.db.backends.sqlite3' + 'ENGINE': 'django.db.backends.sqlite3', }, 'other': { 'ENGINE': 'django.db.backends.sqlite3',