Prepare for Django 4.0
- Use scrypt password hasher
- Use native Redis cache backend
- Use FormMixin API of DeleteView (@hansegucker, please check: https://docs.djangoproject.com/en/dev/releases/4.0/#deleteview-changes)
- Suppot settingtrusted origins (drive-by fixing missing feature)
-
Remove leading
/
from STATIC_URL (drive-by fix) -
Remove
USE_L10N
andUSE_I18N
from settings as they now default toTrue