forked from GithubBackups/healthchecks
Upgrade to Django 2.2.6. Fixes #284
This commit is contained in:
parent
41a0871452
commit
f9ec5b482f
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user