Misago 0.19.1 is a maintenance release focused on fixing issues found in Misago 0.19.0.
Updating instructions
To update Misago from 0.19 to 0.19.1 use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago
Next, run following commands to make sure your forum database and static files are up to date with latest changes:
python manage.py migrate
python manage.py collectstatic
New features
none
Theme changes
none
Bugs fixed
- 985 - Login view crashed if
redirect_to
contained non-ascii characters. - 1027 - Uploading new avatar didn't delete old avatar files.
- 1067 -
absoluteurl
processed already absolute urls. - 1072 - It was possible for
get_by_username_or_email
to return more than one user.
Implementation and API changes
- 1070 - Renamed force flag in
initdev
tool from--f
to-f
. - 1075 - If user has to accept both changed Terms of Service and Privacy Policy, display the terms first.
Documentation changes
none
Localization changes
none