• Nov. 15, 2023, 9:33 p.m.

    Misago 0.38 is a bugfix release addressing immediate issues found in the Misago 0.37 release:

    Changelog

    • Updates Django LTS version used from 3.2 to 4.2 which supports Python 3.12.
    • Replaces django-redis dependency with redis-py.
    • Changes CACHE backend from 3rd party one to built in django.core.cache.backends.redis.RedisCache.
    • Removes deprecated USE_L10N from settings.py.
    • Makes cache for JavaScript translations (django-i18n.js in urls.py) invalidate with Misago version or locale changes.
    • Removes deprecated debug_toolbar.panels.logging.LoggingPanel.
    • Replaces development build of admin's JavaScript and CSS files with minified ones.
    • Fixes admin's JavaScript files to don't break Django's collecstatic.
    • Fixes crash on 404 error when request is made with AJAX.
  • edit

    Thread title has been changed from Misago 0.38.

  • Nov. 20, 2023, 9:29 p.m.

    Misago 0.38.1 is now available.

    Misago 0.38.1 is a bugfix release that fixes incorrectly rendered field inputs in the admin.