Skip to content

v17.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 13:38
· 28 commits to main since this release

v17.3.5 (2024-06-12)

Ci

Fix

  • fix: replace deprecated bucket argument for recommended bucket_name (#107)

The S3Boto3Storage backend no longer accepts the argument bucket. Use
bucket_name or the setting AWS_STORAGE_BUCKET_NAME instead:
jschneier/django-storages#636 (f21d338)