diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-06 12:58:02 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-06 12:58:45 +0100 |
| commit | 23a5ec07828b8f16d5abb89d892869ec0c635c45 (patch) | |
| tree | 3d3c93229340b018bfe595185046a3debd6b0179 /tests/test_sqlite.py | |
| parent | d39073b8aea04dc5fe6b58bcb868067da08425fa (diff) | |
Added trailing comma.
Sorry, I couldn't stand the inconsistency between the two databases anymore.
Diffstat (limited to 'tests/test_sqlite.py')
| -rw-r--r-- | tests/test_sqlite.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
