Misago 0.14 is quality of life release that fixes error that may occur when spambots try to submit their spam into login form, and updates translation files for Spanish, French, Russian and Chinese languages.
Updating instructions
To update Misago from 0.13 to 0.14 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
New features
none
Theme changes
none
Bugs fixed
- 943: Misago will now handle maliciously constructed quasi urls sent to login view that pass
is_safe_url
check but throw when passed toredirect()
- 945:
setup.py
should now openREADME.rst
in binary mode and then decode it to UTF-8 string. This should allow people running their consoles with non-unicode encoding to install Misago.
Implementation and API changes
none
Documentation changes
none
Localization changes
- Updated Spanish (es), French (fr), Russian (ru) and Chinese (zh_Hans) language files to be current with their state on transifex.