Skip to content

Releases: kitware-resonant/django-composed-configuration

v0.25.0

16 Apr 20:42
4e034fb
Compare
Choose a tag to compare
  • 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

v0.24.0

09 Apr 22:04
aa273c9
Compare
Choose a tag to compare
  • 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

25 Oct 21:02
06dc13d
Compare
Choose a tag to compare
  • Require django-allauth >= 0.56.0

v0.22.1

11 Aug 15:14
7513fb1
Compare
Choose a tag to compare
  • Update package classifiers for Django

v0.22.0

06 Jul 12:52
539966e
Compare
Choose a tag to compare
  • Configure django-extensions to print full queries

v0.21.0

04 Apr 20:38
1b4e712
Compare
Choose a tag to compare
  • Switch to scrypt as the default password hasher
  • Fix Docker detection logic on newer Docker images

v0.20.1

20 Mar 20:22
494dad2
Compare
Choose a tag to compare
  • Switch STATICFILES_STORAGE to always use CompressedStaticFilesStorage, to work around a bug with drf-yasg

v0.20.0

01 Mar 05:15
618f36d
Compare
Choose a tag to compare
  • Change DEFAULT_AUTO_FIELD to BigAutoField
    • This will trigger a required migration on all models
  • Require Django >= 4.0
  • Switch from using django-girder-style to django-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

29 Oct 15:04
cd884a3
Compare
Choose a tag to compare
  • Automatically create STATIC_ROOT when it doesn't exist, preventing warnings

v0.19.1

06 Oct 19:18
a9fcd39
Compare
Choose a tag to compare
  • Ensure that SENTRY_TRACES_SAMPLE_RATE is coerced to the correct type