diff --git a/.travis.yml b/.travis.yml index 61b066a2..7eb5e830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install -r requirements.txt - pip install braintree coveralls mock mysqlclient reportlab apprise env: - # - DB=sqlite + - DB=sqlite - DB=mysql - DB=postgres services: diff --git a/CHANGELOG.md b/CHANGELOG.md index e9657618..0e540363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Bug Fixes - Usernames now are uuid3(const, email). Prevents multiple accts with same email (#290) - Prevent double-clicking the submit button in signup form +- Upgrade to Django 2.2.6 – fixes sqlite migrations (#284) ## 1.9.0 - 2019-09-03 diff --git a/requirements.txt b/requirements.txt index ae802fd8..6668c868 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ croniter==0.3.30 -Django==2.2.5 +Django==2.2.6 django_compressor==2.3 psycopg2==2.8.3 pytz==2019.1