Skip to content

0.38

Compare
Choose a tag to compare
@rafalp rafalp released this 15 Nov 20:24
· 79 commits to main since this release

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

Changelog

  • Updates Django LTS version used from 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.