• Feb. 25, 2018, 5:39 a.m.

    Misago 0.16 is quality of life release that brings small fixes and and improvements to project's codebase.

    Updating instructions

    To update Misago from 0.15 to 0.16 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

    • 966 - Redirect user from guest-only view to url defined in LOGIN_REDIRECT_URL if they signed in on it instead of displaying him an error 403.

    Theme changes

    none

    Bugs fixed

    • 963 - Instead of 404, display message about category being non-browseable when user can see the category, but not its contents.

    Implementation and API changes

    none

    Documentation changes

    none

    Localization changes

    • 965 - Changed turkish locale's code to tr from tr_TR. Synced translations with transifex
  • bookmark

    Thread has been pinned globally.

  • panorama_fish_eye

    Thread has been unpinned.