Skip to content

v.1.18.2

Compare
Choose a tag to compare
@jag1g13 jag1g13 released this 25 Mar 16:54
· 423 commits to master since this release

Fixes

  • Fix GitHub authentication deprecation warnings
  • Fix Crispy Forms / Django / Python version conflict

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