Browse Source

Upgrade to Django 2.2.6. Fixes #284

pull/291/head
Pēteris Caune 5 years ago
parent
commit
f9ec5b482f
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -0
      CHANGELOG.md
  3. +1
    -1
      requirements.txt

+ 1
- 1
.travis.yml View File

@ -8,7 +8,7 @@ install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install braintree coveralls mock mysqlclient reportlab apprise - pip install braintree coveralls mock mysqlclient reportlab apprise
env: env:
# - DB=sqlite
- DB=sqlite
- DB=mysql - DB=mysql
- DB=postgres - DB=postgres
services: services:


+ 1
- 0
CHANGELOG.md View File

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Bug Fixes ### Bug Fixes
- Usernames now are uuid3(const, email). Prevents multiple accts with same email (#290) - Usernames now are uuid3(const, email). Prevents multiple accts with same email (#290)
- Prevent double-clicking the submit button in signup form - 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.9.0 - 2019-09-03


+ 1
- 1
requirements.txt View File

@ -1,5 +1,5 @@
croniter==0.3.30 croniter==0.3.30
Django==2.2.5
Django==2.2.6
django_compressor==2.3 django_compressor==2.3
psycopg2==2.8.3 psycopg2==2.8.3
pytz==2019.1 pytz==2019.1


Loading…
Cancel
Save