Skip to content

v1.5.1

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 21 Jul 08:53
· 872 commits to master since this release
v1.5.1

Changes

  • Fix text at the blog post form
  • Fix staff tables when empty
  • Fix sqlite3.OperationalError
  • Fix MultipleObjectsReturned error
  • Upgrade academicons to v1.8.0

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