v1.14.1
v1.14.1
New Features
- Add missing question about calendar
- Add form so users can change publicity permission
- Require token to access the calendar
- Produce financial reports
Changes
- Update Travis CI based on supported versions of Django
- Simplification of expenses statuses
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh