Skip to content

Commit 9a0cebe

Browse files
magicalyakclaudep
authored andcommitted
Update CHANGES.rst with serialization fix description
1 parent ce7c996 commit 9a0cebe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Unreleased
66
==========
77
* ``THUMBNAIL_STORAGE`` should now be an alias in the Django ``STORAGES`` setting.
88
The old way of specifying a dotted path to a Storage module is still supported.
9+
* Fixed serialization to use storage aliases instead of backend class paths, ensuring
10+
storage OPTIONS (like bucket names and credentials) are preserved when thumbnails are
11+
cached and retrieved. Fixes issues with S3, Google Cloud Storage, and other cloud backends.
912
* Confirmed support for Python 3.13 (on Django 5.1+).
1013
* Drop support for Python 3.8.
1114
* Add support for Django 5.2

0 commit comments

Comments
 (0)