Skip to content

v1.11.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 18 Dec 15:12
· 771 commits to master since this release
v1.11.0
8813c45

New Features

  • Enable visualisation of data from candidates that received offer
  • Add Bitbucket username to profiles
  • Add review loop as status for blog post draft
  • Add email about proofread of blog posts
  • Add reply_to field
  • Add copy of email to gatekeeper

Changes

  • Fix header for collaborator detail page
  • Improve Claimant Form
  • Use forenames before surname in admin page

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