Skip to content

v0.9.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 21 Feb 12:07
· 1160 commits to master since this release

New Features

  • Recent Actions page (powered by django-simple-history)
  • STAFFS_EMAIL into constance
  • Add shortcut to forms on navigation bar

Changes

  • Improve search bar look
  • Use a UK/Europe standard format of dates

Upgrade Notes

$ 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 populate_history --auto
$ python manage.py loaddata fixtures/flatpages.json