Skip to content

Misago 0.19.2

Compare
Choose a tag to compare
@rafalp rafalp released this 16 Sep 15:43
· 23 commits to 0.19.x since this release
1fe0a9d

Misago 0.19.2 is a maintenance release focused on fixing issues and improving different areas of project.

Updating instructions

To update Misago from 0.19.1 to 0.19.2 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

  • #1051 - Debug Toolbar was not being displayed inside development docker container.
  • #1100 - createfakeusers could run out of usernames.

Implementation and API changes

  • #993 - Removed dependency on “packaging" module in "check version" admin tool.
  • #1061 - Moved requirements management to pip-tools.
  • #1079 - Consolidated all bash dev scripts into single file.
  • #1084 - createsuperuser will no longer require password to pass validation. This change is to bring its behavior in line with Django 2.0 implementation, and make it easier to create throwaway super user accounts in development.
  • #1088 - Misago will now add rel=noopener to outgoing links posted by users.
  • #1091 - Replaced GitHub API with PyPi in "check version" admin tool.
  • #1100 - Progress bar displayed by bulk-processing commands now also displays number of completed items.
  • #1101 - buildactivepostersranking management command will now display time it took to complete. It should also be little faster than it used to be.
  • #1104 - Updated default cron.txt to have 5 minute delays between each maintenance task run, conserving host's memory better.

Documentation changes

none

Localization changes

  • #1082 - Translation source for django.po has changed. Transifex has been updated.