Skip to content

v1.14.1

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 28 Jun 14:22
· 613 commits to master since this release
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