Skip to content

Misago 0.17.4

Compare
Choose a tag to compare
@rafalp rafalp released this 24 Apr 17:22

Misago 0.17.4 is an maintenance release that fixes displaying of erroneous "moderation" button on thread page that opens empty menu.

Updating instructions

To update Misago to 0.17.4 use PIP to uninstall old Misago and install new one:

pip uninstall misago
pip install misago

Then run migrate and collectstatic commands to make sure your forum's database and static files are up to date:

python manage.py migrate
python manage.py collectstatic

Bugs fixed

  • #982 - Thread view contains empty moderation menu.