Skip to content

v0.11.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 08 Mar 17:52
· 1063 commits to master since this release

New Features

  • Submit a blog post draft without an associated event
  • Categorisation into budget pot categories at Funding Request review stage
  • Flag when event is related with Fellows face to face selection meeting, Fellows inaugural meeting, Collaborations Workshop

Changes

  • Finance categories should be more clear now

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