* Require Django 4.2 * This removes the `STATICFILES_STORAGE` and `DEFAULT_FILE_STORAGE` settings, replacing them with `STORAGES` * This uses Psychopg 3, upgraded from Psychopg 2; no action should be necessary to upgrade * Use Argon2 for password hashing
0.24.0
* Add a new `SENTRY_PROFILES_SAMPLE_RATE` setting and associated Sentry support * Remove Python 3.8 and 3.9 support, add 3.11 and 3.12 support
0.23.0
* Require `django-allauth` >= `0.56.0`
0.22.1
* Update package classifiers for Django
0.22.0
* Configure `django-extensions` to print full queries
0.21.0
* Switch to scrypt as the default password hasher * Fix Docker detection logic on newer Docker images