From faa2844b2772c0debec35bc43029c5e89e2477e9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 20 Mar 2019 19:03:21 +0100 Subject: [PATCH] Remove mysql options statement --- .travis/mysql_settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis/mysql_settings.py b/.travis/mysql_settings.py index 137f67f949..c6d04df123 100644 --- a/.travis/mysql_settings.py +++ b/.travis/mysql_settings.py @@ -46,9 +46,6 @@ DATABASES = { 'PASSWORD': 'password', 'HOST': 'localhost', # or an IP Address that your DB is hosted on 'PORT': '', # use default port - 'OPTIONS': { - 'default-character-set': 'utf8' - } } }