Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@c-e-p c-e-p released this 09 Jul 21:21

Hotfix to fix a major issue with search pagination. Also fixes issues with news object displays.

To upgrade from <v0.6.0, follow the instructions from v0.6.0, but pull this tag.

If you have already upgraded to v0.6.0, you can perform the following steps from the ourchive folder, with your virtual environment activated:

git fetch && git checkout v0.6.1
cd ourchive_app/
python manage.py collectstatic
sudo service gunicorn restart