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.