Upgrade to Django 2.2.6. Fixes #284

This commit is contained in:
Pēteris Caune 2019-10-01 17:17:36 +03:00
parent 41a0871452
commit f9ec5b482f
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
3 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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

View File

@ -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