Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
3 changed files with
3 additions and
2 deletions
-
.travis.yml
-
CHANGELOG.md
-
requirements.txt
|
|
@ -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 |
|
|
|