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-redisdependency withredis-py. - Changes
CACHEbackend from 3rd party one to built indjango.core.cache.backends.redis.RedisCache. - Removes deprecated
USE_L10Nfromsettings.py. - Makes cache for JavaScript translations (
django-i18n.jsinurls.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.