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