Releases: kitware-resonant/django-composed-configuration
Releases · kitware-resonant/django-composed-configuration
v0.25.0
v0.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
v0.23.0
- Require
django-allauth
>=0.56.0
v0.22.1
- Update package classifiers for Django
v0.22.0
- Configure
django-extensions
to print full queries
v0.21.0
- Switch to scrypt as the default password hasher
- Fix Docker detection logic on newer Docker images
v0.20.1
- Switch
STATICFILES_STORAGE
to always useCompressedStaticFilesStorage
, to work around a bug withdrf-yasg
v0.20.0
- Change
DEFAULT_AUTO_FIELD
toBigAutoField
- This will trigger a required migration on all models
- Require Django >= 4.0
- Switch from using
django-girder-style
todjango-auth-style
- Increase AUTHORIZATION_CODE_EXPIRE_SECONDS limit
- Disable PRETTIFY_SQL in Django debug toolbar
- Update some settings to follow Django 4 suggested practices
v0.19.2
- Automatically create
STATIC_ROOT
when it doesn't exist, preventing warnings
v0.19.1
- Ensure that
SENTRY_TRACES_SAMPLE_RATE
is coerced to the correct type